#884F18

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

Shades of Saddle Brown #884F18

Tints of Saddle Brown #884F18

Color information

#884F18 (or 0x884F18) is unknown color: approx Saddle Brown. HEX triplet: 88, 4F and 18. RGB value is (136,79,24). Sum of RGB (Red+Green+Blue) = 136+79+24=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #884F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F18 is #77B0E7. Grayscale: #5A5A5A. Windows color (decimal): -7844072 or 1593224. OLE color: 1593224.

HSL color Cylindrical-coordinate representation of color #884F18: hue angle of 29.46º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884F18 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1367924-
CMYK00.420.820.47
HSL29.46º70%31.37%-
HSV(B)29.46º82.35%53.33%-
XYZ13.1110.892.28-
YUV89.7790.88160.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=56.90%
G=33.05%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136792400.420.820.4729.467031.37
Hex884F1802A522F1d461f
Octal21011730052122573510637
Binary100010001001111110000101010101001010111111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884F18; }

 p { color: rgb(136,79,24); }

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

<style>
 a { background-color: #884F18; }

 a { background-color: rgb(136,79,24); }

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

<style>
 span { border-color: #884F18; }

 span { border-color: rgb(136,79,24); }

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