#874B10

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

Shades of Saddle Brown #874B10

Tints of Saddle Brown #874B10

Color information

#874B10 (or 0x874B10) is unknown color: approx Saddle Brown. HEX triplet: 87, 4B and 10. RGB value is (135,75,16). Sum of RGB (Red+Green+Blue) = 135+75+16=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #874B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874B10 is #78B4EF. Grayscale: #565656. Windows color (decimal): -7910640 or 1067911. OLE color: 1067911.

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

Color convert

RGB1357516-
CMYK00.440.880.47
HSL29.75º78.81%29.61%-
HSV(B)29.75º88.15%52.94%-
XYZ12.610.221.8-
YUV86.2188.38162.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=59.73%
G=33.19%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135751600.440.880.4729.7578.8129.61
Hex874B1002C582F1e4f1e
Octal20711320054130573611736
Binary100001111001011100000101100101100010111111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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