#874611

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

Shades of Saddle Brown #874611

Tints of Saddle Brown #874611

Color information

#874611 (or 0x874611) is unknown color: approx Saddle Brown. HEX triplet: 87, 46 and 11. RGB value is (135,70,17). Sum of RGB (Red+Green+Blue) = 135+70+17=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874611 is #78B9EE. Grayscale: #535353. Windows color (decimal): -7911919 or 1132167. OLE color: 1132167.

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

Color convert

RGB1357017-
CMYK00.480.870.47
HSL26.95º77.63%29.8%-
HSV(B)26.95º87.41%52.94%-
XYZ12.289.571.73-
YUV83.3990.53164.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=60.81%
G=31.53%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135701700.480.870.4726.9577.6329.8
Hex874611030572F1b4e1e
Octal20710621060127573311636
Binary100001111000110100010110000101011110111111011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874611; }

 p { color: rgb(135,70,17); }

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

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

 a { background-color: rgb(135,70,17); }

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

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

 span { border-color: rgb(135,70,17); }

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