Shades of Fire #893C22
Tints of Fire #893C22
RGB
CMYK
RGB Variations
Color information
#893C22 (or 0x893C22) is known color: Fire. HEX triplet: 89, 3C and 22. RGB value is (137,60,34). Sum of RGB (Red+Green+Blue) = 137+60+34=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #893C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C22 is #76C3DD. Grayscale: #505050. Windows color (decimal): -7783390 or 2243721. OLE color: 2243721.
HSL color Cylindrical-coordinate representation of color #893C22: hue angle of 15.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893C22 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 34 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.46 |
| HSL | 15.15º | 0.6% | 0.34% | - |
| HSV(B) | 15.15º | 0.75% | 0.54% | - |
| XYZ | 12.22 | 8.67 | 2.54 | - |
| YUV | 80.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 34 | 0 | 0.56 | 0.75 | 0.46 | 15.15 | 0.6 | 0.34 |
| Hex | 89 | 3C | 22 | 0 | 38 | 4B | 2E | F | 3C | 22 |
| Octal | 211 | 74 | 42 | 0 | 70 | 113 | 56 | 17 | 74 | 42 |
| Binary | 10001001 | 111100 | 100010 | 0 | 111000 | 1001011 | 101110 | 1111 | 111100 | 100010 |
Color Harmonies of #893C22
Complementary color
Monochromatic Colors of #893C22
Black with #893C22
Text Example
Text Example
White with #893C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C22; }
p { color: rgb(137,60,34); }
H1.HeaderClassName
{
color: #893C22;
}
.AnyTagClassName
{
color: #893C22;
}
</style>
background-color css
<style>
a { background-color: #893C22; }
a { background-color: rgb(137,60,34); }
div.DivClassName
{
background-color: #893C22;
}
.BgClassName
{
background-color: #893C22;
}
</style>
border-color css
<style>
span { border-color: #893C22; }
span { border-color: rgb(137,60,34); }
td.TdClassName
{
border-color: #893C22;
}
.TagClassName
{
border-color: #893C22;
}
</style>