#874916

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

Shades of Saddle Brown #874916

Tints of Saddle Brown #874916

Color information

#874916 (or 0x874916) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 16. RGB value is (135,73,22). Sum of RGB (Red+Green+Blue) = 135+73+22=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #874916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874916 is #78B6E9. Grayscale: #555555. Windows color (decimal): -7911146 or 1460615. OLE color: 1460615.

HSL color Cylindrical-coordinate representation of color #874916: hue angle of 27.08º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #874916 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1357322-
CMYK00.460.840.47
HSL27.08º71.97%30.78%-
HSV(B)27.08º83.7%52.94%-
XYZ12.529.972.02-
YUV85.7292.04163.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=58.70%
G=31.74%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135732200.460.840.4727.0871.9730.78
Hex87491602E542F1b481f
Octal20711126056124573311037
Binary100001111001001101100101110101010010111111011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874916; }

 p { color: rgb(135,73,22); }

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

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

 a { background-color: rgb(135,73,22); }

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

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

 span { border-color: rgb(135,73,22); }

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