#884D10

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

Shades of Saddle Brown #884D10

Tints of Saddle Brown #884D10

Color information

#884D10 (or 0x884D10) is unknown color: approx Saddle Brown. HEX triplet: 88, 4D and 10. RGB value is (136,77,16). Sum of RGB (Red+Green+Blue) = 136+77+16=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D10 is #77B2EF. Grayscale: #575757. Windows color (decimal): -7844592 or 1068424. OLE color: 1068424.

HSL color Cylindrical-coordinate representation of color #884D10: hue angle of 30.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #884D10 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1367716-
CMYK00.430.880.47
HSL30.5º78.95%29.8%-
HSV(B)30.5º88.24%53.33%-
XYZ12.910.581.85-
YUV87.6987.55162.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=59.39%
G=33.62%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136771600.430.880.4730.578.9529.8
Hex884D1002B582F1e4f1e
Octal21011520053130573611736
Binary100010001001101100000101011101100010111111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,77,16); }

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

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

 a { background-color: rgb(136,77,16); }

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

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

 span { border-color: rgb(136,77,16); }

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