Shades of Fire #893E2C
Tints of Fire #893E2C
RGB
CMYK
RGB Variations
Color information
#893E2C (or 0x893E2C) is known color: Fire. HEX triplet: 89, 3E and 2C. RGB value is (137,62,44). Sum of RGB (Red+Green+Blue) = 137+62+44=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E2C is #76C1D3. Grayscale: #525252. Windows color (decimal): -7782868 or 2899593. OLE color: 2899593.
HSL color Cylindrical-coordinate representation of color #893E2C: hue angle of 11.61º 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 #893E2C is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 44 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.46 |
| HSL | 11.61º | 0.51% | 0.35% | - |
| HSV(B) | 11.61º | 0.68% | 0.54% | - |
| XYZ | 12.49 | 8.95 | 3.45 | - |
| YUV | 82.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 44 | 0 | 0.55 | 0.68 | 0.46 | 11.61 | 0.51 | 0.35 |
| Hex | 89 | 3E | 2C | 0 | 37 | 44 | 2E | C | 33 | 23 |
| Octal | 211 | 76 | 54 | 0 | 67 | 104 | 56 | 14 | 63 | 43 |
| Binary | 10001001 | 111110 | 101100 | 0 | 110111 | 1000100 | 101110 | 1100 | 110011 | 100011 |
Color Harmonies of #893E2C
Complementary color
Monochromatic Colors of #893E2C
Black with #893E2C
Text Example
Text Example
White with #893E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E2C; }
p { color: rgb(137,62,44); }
H1.HeaderClassName
{
color: #893E2C;
}
.AnyTagClassName
{
color: #893E2C;
}
</style>
background-color css
<style>
a { background-color: #893E2C; }
a { background-color: rgb(137,62,44); }
div.DivClassName
{
background-color: #893E2C;
}
.BgClassName
{
background-color: #893E2C;
}
</style>
border-color css
<style>
span { border-color: #893E2C; }
span { border-color: rgb(137,62,44); }
td.TdClassName
{
border-color: #893E2C;
}
.TagClassName
{
border-color: #893E2C;
}
</style>