#884806

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

Shades of Saddle Brown #884806

Tints of Saddle Brown #884806

Color information

#884806 (or 0x884806) is unknown color: approx Saddle Brown. HEX triplet: 88, 48 and 06. RGB value is (136,72,6). Sum of RGB (Red+Green+Blue) = 136+72+6=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #884806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884806 is #77B7F9. Grayscale: #535353. Windows color (decimal): -7845882 or 411784. OLE color: 411784.

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

Color convert

RGB136726-
CMYK00.470.960.47
HSL30.46º91.55%27.84%-
HSV(B)30.46º95.59%53.33%-
XYZ12.59.881.42-
YUV83.6184.2165.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=63.55%
G=33.64%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13672600.470.960.4730.4691.5527.84
Hex8848602F602F1e5c1c
Octal2101106057140573613434
Binary1000100010010001100101111110000010111111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884806; }

 p { color: rgb(136,72,6); }

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

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

 a { background-color: rgb(136,72,6); }

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

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

 span { border-color: rgb(136,72,6); }

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