Shades of Fire #873F20
Tints of Fire #873F20
RGB
CMYK
RGB Variations
Color information
#873F20 (or 0x873F20) is known color: Fire. HEX triplet: 87, 3F and 20. RGB value is (135,63,32). Sum of RGB (Red+Green+Blue) = 135+63+32=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #873F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F20 is #78C0DF. Grayscale: #515151. Windows color (decimal): -7913696 or 2113415. OLE color: 2113415.
HSL color Cylindrical-coordinate representation of color #873F20: hue angle of 18.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873F20 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 32 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.47 |
| HSL | 18.06º | 0.62% | 0.33% | - |
| HSV(B) | 18.06º | 0.76% | 0.53% | - |
| XYZ | 12.03 | 8.81 | 2.43 | - |
| YUV | 80.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 32 | 0 | 0.53 | 0.76 | 0.47 | 18.06 | 0.62 | 0.33 |
| Hex | 87 | 3F | 20 | 0 | 35 | 4C | 2F | 12 | 3E | 21 |
| Octal | 207 | 77 | 40 | 0 | 65 | 114 | 57 | 22 | 76 | 41 |
| Binary | 10000111 | 111111 | 100000 | 0 | 110101 | 1001100 | 101111 | 10010 | 111110 | 100001 |
Color Harmonies of #873F20
Complementary color
Monochromatic Colors of #873F20
Black with #873F20
Text Example
Text Example
White with #873F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F20; }
p { color: rgb(135,63,32); }
H1.HeaderClassName
{
color: #873F20;
}
.AnyTagClassName
{
color: #873F20;
}
</style>
background-color css
<style>
a { background-color: #873F20; }
a { background-color: rgb(135,63,32); }
div.DivClassName
{
background-color: #873F20;
}
.BgClassName
{
background-color: #873F20;
}
</style>
border-color css
<style>
span { border-color: #873F20; }
span { border-color: rgb(135,63,32); }
td.TdClassName
{
border-color: #873F20;
}
.TagClassName
{
border-color: #873F20;
}
</style>