#874418

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

Shades of Saddle Brown #874418

Tints of Saddle Brown #874418

Color information

#874418 (or 0x874418) is unknown color: approx Saddle Brown. HEX triplet: 87, 44 and 18. RGB value is (135,68,24). Sum of RGB (Red+Green+Blue) = 135+68+24=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874418 is #78BBE7. Grayscale: #535353. Windows color (decimal): -7912424 or 1590407. OLE color: 1590407.

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

Color convert

RGB1356824-
CMYK00.500.820.47
HSL23.78º69.81%31.18%-
HSV(B)23.78º82.22%52.94%-
XYZ12.229.352.02-
YUV83.0294.7165.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=59.47%
G=29.96%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135682400.500.820.4723.7869.8131.18
Hex874418032522F18461f
Octal20710430062122573010637
Binary100001111000100110000110010101001010111111000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874418; }

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

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

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

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

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

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

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

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