#874918

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

Shades of Saddle Brown #874918

Tints of Saddle Brown #874918

Color information

#874918 (or 0x874918) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 18. RGB value is (135,73,24). Sum of RGB (Red+Green+Blue) = 135+73+24=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #874918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874918 is #78B6E7. Grayscale: #565656. Windows color (decimal): -7911144 or 1591687. OLE color: 1591687.

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

Color convert

RGB1357324-
CMYK00.460.820.47
HSL26.49º69.81%31.18%-
HSV(B)26.49º82.22%52.94%-
XYZ12.549.982.13-
YUV85.9593.04162.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=58.19%
G=31.47%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135732400.460.820.4726.4969.8131.18
Hex87491802E522F1a461f
Octal20711130056122573210637
Binary100001111001001110000101110101001010111111010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874918; }

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

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

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

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

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

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

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

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