#874518

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

Shades of Saddle Brown #874518

Tints of Saddle Brown #874518

Color information

#874518 (or 0x874518) is unknown color: approx Saddle Brown. HEX triplet: 87, 45 and 18. RGB value is (135,69,24). Sum of RGB (Red+Green+Blue) = 135+69+24=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #874518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874518 is #78BAE7. Grayscale: #535353. Windows color (decimal): -7912168 or 1590663. OLE color: 1590663.

HSL color Cylindrical-coordinate representation of color #874518: hue angle of 24.32º 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 #874518 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1356924-
CMYK00.490.820.47
HSL24.32º69.81%31.18%-
HSV(B)24.32º82.22%52.94%-
XYZ12.289.472.05-
YUV83.694.37164.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=59.21%
G=30.26%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135692400.490.820.4724.3269.8131.18
Hex874518031522F18461f
Octal20710530061122573010637
Binary100001111000101110000110001101001010111111000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874518; }

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

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

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

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

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

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

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

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