#884600

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

Shades of Saddle Brown #884600

Tints of Saddle Brown #884600

Color information

#884600 (or 0x884600) is unknown color: approx Saddle Brown. HEX triplet: 88, 46 and 00. RGB value is (136,70,0). Sum of RGB (Red+Green+Blue) = 136+70+0=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #884600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884600 is #77B9FF. Grayscale: #525252. Windows color (decimal): -7846400 or 18056. OLE color: 18056.

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

Color convert

RGB136700-
CMYK00.4910.47
HSL30.88º100%26.67%-
HSV(B)30.88º100%53.33%-
XYZ12.349.611.21-
YUV81.7581.87166.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.02%
G=33.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13670000.4910.4730.8810026.67
Hex88460031642F1f641b
Octal2101060061144573714433
Binary10001000100011000110001110010010111111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884600; }

 p { color: rgb(136,70,0); }

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

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

 a { background-color: rgb(136,70,0); }

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

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

 span { border-color: rgb(136,70,0); }

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