#884200

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

Shades of Saddle Brown #884200

Tints of Saddle Brown #884200

Color information

#884200 (or 0x884200) is unknown color: approx Saddle Brown. HEX triplet: 88, 42 and 00. RGB value is (136,66,0). Sum of RGB (Red+Green+Blue) = 136+66+0=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #884200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884200 is #77BDFF. Grayscale: #4F4F4F. Windows color (decimal): -7847424 or 17032. OLE color: 17032.

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

Color convert

RGB136660-
CMYK00.5110.47
HSL29.12º100%26.67%-
HSV(B)29.12º100%53.33%-
XYZ12.19.131.12-
YUV79.4183.19168.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.33%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.33%
G=32.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13666000.5110.4729.1210026.67
Hex88420033642F1d641b
Octal2101020063144573514433
Binary10001000100001000110011110010010111111101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884200; }

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

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

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

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

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

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

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

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