#884201

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

Shades of Saddle Brown #884201

Tints of Saddle Brown #884201

Color information

#884201 (or 0x884201) is unknown color: approx Saddle Brown. HEX triplet: 88, 42 and 01. RGB value is (136,66,1). Sum of RGB (Red+Green+Blue) = 136+66+1=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #884201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884201 is #77BDFE. Grayscale: #4F4F4F. Windows color (decimal): -7847423 or 82568. OLE color: 82568.

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

Color convert

RGB136661-
CMYK00.510.990.47
HSL28.89º98.54%26.86%-
HSV(B)28.89º99.26%53.33%-
XYZ12.119.131.15-
YUV79.5283.69168.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=67.00%
G=32.51%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13666100.510.990.4728.8998.5426.86
Hex88421033632F1d631b
Octal2101021063143573514333
Binary10001000100001010110011110001110111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884201; }

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

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

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

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

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

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

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

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