#874814

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

Shades of Saddle Brown #874814

Tints of Saddle Brown #874814

Color information

#874814 (or 0x874814) is unknown color: approx Saddle Brown. HEX triplet: 87, 48 and 14. RGB value is (135,72,20). Sum of RGB (Red+Green+Blue) = 135+72+20=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874814 is #78B7EB. Grayscale: #555555. Windows color (decimal): -7911404 or 1329287. OLE color: 1329287.

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

Color convert

RGB1357220-
CMYK00.470.850.47
HSL27.13º74.19%30.39%-
HSV(B)27.13º85.19%52.94%-
XYZ12.449.841.9-
YUV84.9191.37163.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=59.47%
G=31.72%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135722000.470.850.4727.1374.1930.39
Hex87481402F552F1b4a1e
Octal20711024057125573311236
Binary100001111001000101000101111101010110111111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874814; }

 p { color: rgb(135,72,20); }

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

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

 a { background-color: rgb(135,72,20); }

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

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

 span { border-color: rgb(135,72,20); }

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