#874F15

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

Shades of Saddle Brown #874F15

Tints of Saddle Brown #874F15

Color information

#874F15 (or 0x874F15) is unknown color: approx Saddle Brown. HEX triplet: 87, 4F and 15. RGB value is (135,79,21). Sum of RGB (Red+Green+Blue) = 135+79+21=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #874F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874F15 is #78B0EA. Grayscale: #595959. Windows color (decimal): -7909611 or 1396615. OLE color: 1396615.

HSL color Cylindrical-coordinate representation of color #874F15: hue angle of 30.53º degrees, saturation: 0.73, 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 #874F15 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1357921-
CMYK00.410.840.47
HSL30.53º73.08%30.59%-
HSV(B)30.53º84.44%52.94%-
XYZ12.9210.82.11-
YUV89.1389.55160.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=57.45%
G=33.62%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135792100.410.840.4730.5373.0830.59
Hex874F15029542F1f491f
Octal20711725051124573711137
Binary100001111001111101010101001101010010111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874F15; }

 p { color: rgb(135,79,21); }

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

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

 a { background-color: rgb(135,79,21); }

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

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

 span { border-color: rgb(135,79,21); }

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