#885201

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

Shades of Saddle Brown #885201

Tints of Saddle Brown #885201

Color information

#885201 (or 0x885201) is unknown color: approx Saddle Brown. HEX triplet: 88, 52 and 01. RGB value is (136,82,1). Sum of RGB (Red+Green+Blue) = 136+82+1=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #885201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885201 is #77ADFE. Grayscale: #595959. Windows color (decimal): -7843327 or 86664. OLE color: 86664.

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

Color convert

RGB136821-
CMYK00.400.990.47
HSL36º98.54%26.86%-
HSV(B)36º99.26%53.33%-
XYZ13.1811.271.51-
YUV88.9178.39161.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=62.10%
G=37.44%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13682100.400.990.473698.5426.86
Hex88521028632F24631b
Octal2101221050143574414333
Binary100010001010010101010001100011101111100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885201; }

 p { color: rgb(136,82,1); }

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

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

 a { background-color: rgb(136,82,1); }

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

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

 span { border-color: rgb(136,82,1); }

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