Shades of Fire #893F20
Tints of Fire #893F20
RGB
CMYK
RGB Variations
Color information
#893F20 (or 0x893F20) is known color: Fire. HEX triplet: 89, 3F and 20. RGB value is (137,63,32). Sum of RGB (Red+Green+Blue) = 137+63+32=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #893F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F20 is #76C0DF. Grayscale: #515151. Windows color (decimal): -7782624 or 2113417. OLE color: 2113417.
HSL color Cylindrical-coordinate representation of color #893F20: hue angle of 17.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #893F20 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 32 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.46 |
| HSL | 17.71º | 0.62% | 0.33% | - |
| HSV(B) | 17.71º | 0.77% | 0.54% | - |
| XYZ | 12.35 | 8.98 | 2.45 | - |
| YUV | 81.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 32 | 0 | 0.54 | 0.77 | 0.46 | 17.71 | 0.62 | 0.33 |
| Hex | 89 | 3F | 20 | 0 | 36 | 4D | 2E | 12 | 3E | 21 |
| Octal | 211 | 77 | 40 | 0 | 66 | 115 | 56 | 22 | 76 | 41 |
| Binary | 10001001 | 111111 | 100000 | 0 | 110110 | 1001101 | 101110 | 10010 | 111110 | 100001 |
Color Harmonies of #893F20
Complementary color
Monochromatic Colors of #893F20
Black with #893F20
Text Example
Text Example
White with #893F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F20; }
p { color: rgb(137,63,32); }
H1.HeaderClassName
{
color: #893F20;
}
.AnyTagClassName
{
color: #893F20;
}
</style>
background-color css
<style>
a { background-color: #893F20; }
a { background-color: rgb(137,63,32); }
div.DivClassName
{
background-color: #893F20;
}
.BgClassName
{
background-color: #893F20;
}
</style>
border-color css
<style>
span { border-color: #893F20; }
span { border-color: rgb(137,63,32); }
td.TdClassName
{
border-color: #893F20;
}
.TagClassName
{
border-color: #893F20;
}
</style>