#894a37

Color #894A37 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #894A37

Tints of Paarl #894A37

Color information

#894A37 (or 0x894A37) is unknown color: approx Paarl. HEX triplet: 89, 4A and 37. RGB value is (137,74,55). Sum of RGB (Red+Green+Blue) = 137+74+55=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A37 is #76B5C8. Grayscale: #5A5A5A. Windows color (decimal): -7779785 or 3623561. OLE color: 3623561.

HSL color Cylindrical-coordinate representation of color #894A37: hue angle of 13.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894A37 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB1377455-
CMYK00.460.600.46
HSL13.9º42.71%37.65%-
HSV(B)13.9º59.85%53.73%-
XYZ13.4510.494.93-
YUV90.67107.87161.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=51.50%
G=27.82%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137745500.460.600.4613.942.7137.65
Hex894A3702E3C2Ee2b26
Octal211112670567456165346
Binary10001001100101011011101011101111001011101110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894a37; }

 p { color: rgb(137,74,55); }

 H1.HeaderClassName
 {
   color: #894a37;
 }
 .AnyTagClassName
 {
   color: #894a37;
 }
</style>
background-color css

<style>
 a { background-color: #894a37; }

 a { background-color: rgb(137,74,55); }

 div.DivClassName
 {
   background-color: #894a37;
 }
 .BgClassName
 {
   background-color: #894a37;
 }
</style>
border-color css

<style>
 span { border-color: #894a37; }

 span { border-color: rgb(137,74,55); }

 td.TdClassName
 {
   border-color: #894a37;
 }
 .TagClassName
 {
   border-color: #894a37;
 }
</style>