#884B18

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

Shades of Saddle Brown #884B18

Tints of Saddle Brown #884B18

Color information

#884B18 (or 0x884B18) is unknown color: approx Saddle Brown. HEX triplet: 88, 4B and 18. RGB value is (136,75,24). Sum of RGB (Red+Green+Blue) = 136+75+24=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B18 is #77B4E7. Grayscale: #575757. Windows color (decimal): -7845096 or 1592200. OLE color: 1592200.

HSL color Cylindrical-coordinate representation of color #884B18: hue angle of 27.32º 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 #884B18 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1367524-
CMYK00.450.820.47
HSL27.32º70%31.37%-
HSV(B)27.32º82.35%53.33%-
XYZ12.8310.332.18-
YUV87.4292.21162.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=57.87%
G=31.91%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136752400.450.820.4727.327031.37
Hex884B1802D522F1b461f
Octal21011330055122573310637
Binary100010001001011110000101101101001010111111011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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