#874205

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

Shades of Saddle Brown #874205

Tints of Saddle Brown #874205

Color information

#874205 (or 0x874205) is unknown color: approx Saddle Brown. HEX triplet: 87, 42 and 05. RGB value is (135,66,5). Sum of RGB (Red+Green+Blue) = 135+66+5=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #874205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874205 is #78BDFA. Grayscale: #4F4F4F. Windows color (decimal): -7912955 or 344711. OLE color: 344711.

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

Color convert

RGB135665-
CMYK00.510.960.47
HSL28.15º92.86%27.45%-
HSV(B)28.15º96.3%52.94%-
XYZ11.979.061.26-
YUV79.6885.86167.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=65.53%
G=32.04%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13566500.510.960.4728.1592.8627.45
Hex87425033602F1c5d1b
Octal2071025063140573413533
Binary1000011110000101010110011110000010111111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874205; }

 p { color: rgb(135,66,5); }

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

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

 a { background-color: rgb(135,66,5); }

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

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

 span { border-color: rgb(135,66,5); }

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