#884C11

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

Shades of Saddle Brown #884C11

Tints of Saddle Brown #884C11

Color information

#884C11 (or 0x884C11) is unknown color: approx Saddle Brown. HEX triplet: 88, 4C and 11. RGB value is (136,76,17). Sum of RGB (Red+Green+Blue) = 136+76+17=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C11 is #77B3EE. Grayscale: #575757. Windows color (decimal): -7844847 or 1133704. OLE color: 1133704.

HSL color Cylindrical-coordinate representation of color #884C11: hue angle of 29.75º degrees, saturation: 0.78, 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 #884C11 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1367617-
CMYK00.440.870.47
HSL29.75º77.78%30%-
HSV(B)29.75º87.5%53.33%-
XYZ12.8410.441.87-
YUV87.2188.38162.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=59.39%
G=33.19%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136761700.440.870.4729.7577.7830
Hex884C1102C572F1e4e1e
Octal21011421054127573611636
Binary100010001001100100010101100101011110111111110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,76,17); }

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

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

 a { background-color: rgb(136,76,17); }

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

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

 span { border-color: rgb(136,76,17); }

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