#874910

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

Shades of Saddle Brown #874910

Tints of Saddle Brown #874910

Color information

#874910 (or 0x874910) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 10. RGB value is (135,73,16). Sum of RGB (Red+Green+Blue) = 135+73+16=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #874910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874910 is #78B6EF. Grayscale: #555555. Windows color (decimal): -7911152 or 1067399. OLE color: 1067399.

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

Color convert

RGB1357316-
CMYK00.460.880.47
HSL28.74º78.81%29.61%-
HSV(B)28.74º88.15%52.94%-
XYZ12.479.951.75-
YUV85.0489.04163.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=60.27%
G=32.59%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135731600.460.880.4728.7478.8129.61
Hex87491002E582F1d4f1e
Octal20711120056130573511736
Binary100001111001001100000101110101100010111111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874910; }

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

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

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

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

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

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

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

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