#874900

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

Shades of Saddle Brown #874900

Tints of Saddle Brown #874900

Color information

#874900 (or 0x874900) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 00. RGB value is (135,73,0). Sum of RGB (Red+Green+Blue) = 135+73+0=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #874900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874900 is #78B6FF. Grayscale: #535353. Windows color (decimal): -7911168 or 18823. OLE color: 18823.

HSL color Cylindrical-coordinate representation of color #874900: hue angle of 32.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #874900 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135730-
CMYK00.4610.47
HSL32.44º100%26.47%-
HSV(B)32.44º100%52.94%-
XYZ12.379.921.26-
YUV83.2281.04164.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.90%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.90%
G=35.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13573000.4610.4732.4410026.47
Hex8749002E642F20641a
Octal2071110056144574014432
Binary100001111001001001011101100100101111100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874900; }

 p { color: rgb(135,73,0); }

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

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

 a { background-color: rgb(135,73,0); }

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

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

 span { border-color: rgb(135,73,0); }

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