#874D10

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

Shades of Saddle Brown #874D10

Tints of Saddle Brown #874D10

Color information

#874D10 (or 0x874D10) is unknown color: approx Saddle Brown. HEX triplet: 87, 4D and 10. RGB value is (135,77,16). Sum of RGB (Red+Green+Blue) = 135+77+16=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #874D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874D10 is #78B2EF. Grayscale: #575757. Windows color (decimal): -7910128 or 1068423. OLE color: 1068423.

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

Color convert

RGB1357716-
CMYK00.430.880.47
HSL30.76º78.81%29.61%-
HSV(B)30.76º88.15%52.94%-
XYZ12.7410.51.84-
YUV87.3987.72161.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=59.21%
G=33.77%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135771600.430.880.4730.7678.8129.61
Hex874D1002B582F1f4f1e
Octal20711520053130573711736
Binary100001111001101100000101011101100010111111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,16); }

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

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

 a { background-color: rgb(135,77,16); }

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

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

 span { border-color: rgb(135,77,16); }

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