#884011

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

Shades of Saddle Brown #884011

Tints of Saddle Brown #884011

Color information

#884011 (or 0x884011) is unknown color: approx Saddle Brown. HEX triplet: 88, 40 and 11. RGB value is (136,64,17). Sum of RGB (Red+Green+Blue) = 136+64+17=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #884011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884011 is #77BFEE. Grayscale: #505050. Windows color (decimal): -7847919 or 1130632. OLE color: 1130632.

HSL color Cylindrical-coordinate representation of color #884011: hue angle of 23.7º 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 #884011 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1366417-
CMYK00.530.870.47
HSL23.7º77.78%30%-
HSV(B)23.7º87.5%53.33%-
XYZ12.098.941.62-
YUV80.1792.35167.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=62.67%
G=29.49%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136641700.530.870.4723.777.7830
Hex884011035572F184e1e
Octal21010021065127573011636
Binary100010001000000100010110101101011110111111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884011; }

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

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

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

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

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

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

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

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