Shades of Fire #893F2C
Tints of Fire #893F2C
RGB
CMYK
RGB Variations
Color information
#893F2C (or 0x893F2C) is known color: Fire. HEX triplet: 89, 3F and 2C. RGB value is (137,63,44). Sum of RGB (Red+Green+Blue) = 137+63+44=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F2C is #76C0D3. Grayscale: #535353. Windows color (decimal): -7782612 or 2899849. OLE color: 2899849.
HSL color Cylindrical-coordinate representation of color #893F2C: hue angle of 12.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893F2C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 44 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.46 |
| HSL | 12.26º | 0.51% | 0.35% | - |
| HSV(B) | 12.26º | 0.68% | 0.54% | - |
| XYZ | 12.55 | 9.06 | 3.47 | - |
| YUV | 82.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 44 | 0 | 0.54 | 0.68 | 0.46 | 12.26 | 0.51 | 0.35 |
| Hex | 89 | 3F | 2C | 0 | 36 | 44 | 2E | C | 33 | 23 |
| Octal | 211 | 77 | 54 | 0 | 66 | 104 | 56 | 14 | 63 | 43 |
| Binary | 10001001 | 111111 | 101100 | 0 | 110110 | 1000100 | 101110 | 1100 | 110011 | 100011 |
Color Harmonies of #893F2C
Complementary color
Monochromatic Colors of #893F2C
Black with #893F2C
Text Example
Text Example
White with #893F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F2C; }
p { color: rgb(137,63,44); }
H1.HeaderClassName
{
color: #893F2C;
}
.AnyTagClassName
{
color: #893F2C;
}
</style>
background-color css
<style>
a { background-color: #893F2C; }
a { background-color: rgb(137,63,44); }
div.DivClassName
{
background-color: #893F2C;
}
.BgClassName
{
background-color: #893F2C;
}
</style>
border-color css
<style>
span { border-color: #893F2C; }
span { border-color: rgb(137,63,44); }
td.TdClassName
{
border-color: #893F2C;
}
.TagClassName
{
border-color: #893F2C;
}
</style>