#894B18

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

Shades of Saddle Brown #894B18

Tints of Saddle Brown #894B18

Color information

#894B18 (or 0x894B18) is unknown color: approx Saddle Brown. HEX triplet: 89, 4B and 18. RGB value is (137,75,24). Sum of RGB (Red+Green+Blue) = 137+75+24=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #894B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894B18 is #76B4E7. Grayscale: #575757. Windows color (decimal): -7779560 or 1592201. OLE color: 1592201.

HSL color Cylindrical-coordinate representation of color #894B18: hue angle of 27.08º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #894B18 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1377524-
CMYK00.450.820.46
HSL27.08º70.19%31.57%-
HSV(B)27.08º82.48%53.73%-
XYZ1310.422.19-
YUV87.7292.04163.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=58.05%
G=31.78%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137752400.450.820.4627.0870.1931.57
Hex894B1802D522E1b4620
Octal21111330055122563310640
Binary1000100110010111100001011011010010101110110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,24); }

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

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

 a { background-color: rgb(137,75,24); }

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

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

 span { border-color: rgb(137,75,24); }

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