#884012

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

Shades of Saddle Brown #884012

Tints of Saddle Brown #884012

Color information

#884012 (or 0x884012) is unknown color: approx Saddle Brown. HEX triplet: 88, 40 and 12. RGB value is (136,64,18). Sum of RGB (Red+Green+Blue) = 136+64+18=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #884012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884012 is #77BFED. Grayscale: #505050. Windows color (decimal): -7847918 or 1196168. OLE color: 1196168.

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

Color convert

RGB1366418-
CMYK00.530.870.47
HSL23.39º76.62%30.2%-
HSV(B)23.39º86.76%53.33%-
XYZ12.18.941.66-
YUV80.2892.85167.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=62.39%
G=29.36%
B=8.26%

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
Decimal136641800.530.870.4723.3976.6230.2
Hex884012035572F174d1e
Octal21010022065127572711536
Binary100010001000000100100110101101011110111110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884012; }

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

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

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

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

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

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

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

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