#873004

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

Shades of Saddle Brown #873004

Tints of Saddle Brown #873004

Color information

#873004 (or 0x873004) is unknown color: approx Saddle Brown. HEX triplet: 87, 30 and 04. RGB value is (135,48,4). Sum of RGB (Red+Green+Blue) = 135+48+4=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #873004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873004 is #78CFFB. Grayscale: #454545. Windows color (decimal): -7917564 or 274567. OLE color: 274567.

HSL color Cylindrical-coordinate representation of color #873004: hue angle of 20.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #873004 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB135484-
CMYK00.640.970.47
HSL20.15º94.24%27.25%-
HSV(B)20.15º97.04%52.94%-
XYZ11.077.270.94-
YUV6991.32175.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=72.19%
G=25.67%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13548400.640.970.4720.1594.2427.25
Hex87304040612F145e1b
Octal2076040100141572413633
Binary1000011111000010001000000110000110111110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873004; }

 p { color: rgb(135,48,4); }

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

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

 a { background-color: rgb(135,48,4); }

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

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

 span { border-color: rgb(135,48,4); }

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