#874A10

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

Shades of Saddle Brown #874A10

Tints of Saddle Brown #874A10

Color information

#874A10 (or 0x874A10) is unknown color: approx Saddle Brown. HEX triplet: 87, 4A and 10. RGB value is (135,74,16). Sum of RGB (Red+Green+Blue) = 135+74+16=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A10 is #78B5EF. Grayscale: #555555. Windows color (decimal): -7910896 or 1067655. OLE color: 1067655.

HSL color Cylindrical-coordinate representation of color #874A10: hue angle of 29.24º 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 #874A10 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1357416-
CMYK00.450.880.47
HSL29.24º78.81%29.61%-
HSV(B)29.24º88.15%52.94%-
XYZ12.5310.091.78-
YUV85.6388.71163.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=60%
G=32.89%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135741600.450.880.4729.2478.8129.61
Hex874A1002D582F1d4f1e
Octal20711220055130573511736
Binary100001111001010100000101101101100010111111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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