#874A0F

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

Shades of Saddle Brown #874A0F

Tints of Saddle Brown #874A0F

Color information

#874A0F (or 0x874A0F) is unknown color: approx Saddle Brown. HEX triplet: 87, 4A and 0F. RGB value is (135,74,15). Sum of RGB (Red+Green+Blue) = 135+74+15=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #874A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A0F is #78B5F0. Grayscale: #555555. Windows color (decimal): -7910897 or 1002119. OLE color: 1002119.

HSL color Cylindrical-coordinate representation of color #874A0F: hue angle of 29.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #874A0F is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1357415-
CMYK00.450.890.47
HSL29.5º80%29.41%-
HSV(B)29.5º88.89%52.94%-
XYZ12.5310.081.74-
YUV85.5188.21163.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=60.27%
G=33.04%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135741500.450.890.4729.58029.41
Hex874AF02D592F1e501d
Octal20711217055131573612035
Binary10000111100101011110101101101100110111111110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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