#874C0A

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

Shades of Saddle Brown #874C0A

Tints of Saddle Brown #874C0A

Color information

#874C0A (or 0x874C0A) is unknown color: approx Saddle Brown. HEX triplet: 87, 4C and 0A. RGB value is (135,76,10). Sum of RGB (Red+Green+Blue) = 135+76+10=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #874C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C0A is #78B3F5. Grayscale: #565656. Windows color (decimal): -7910390 or 674951. OLE color: 674951.

HSL color Cylindrical-coordinate representation of color #874C0A: hue angle of 31.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #874C0A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1357610-
CMYK00.440.930.47
HSL31.68º86.21%28.43%-
HSV(B)31.68º92.59%52.94%-
XYZ12.6310.341.62-
YUV86.1285.05162.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=61.09%
G=34.39%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135761000.440.930.4731.6886.2128.43
Hex874CA02C5D2F20561c
Octal20711412054135574012634
Binary100001111001100101001011001011101101111100000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C0A; }

 p { color: rgb(135,76,10); }

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

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

 a { background-color: rgb(135,76,10); }

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

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

 span { border-color: rgb(135,76,10); }

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