Shades of Fire #8D4625
Tints of Fire #8D4625
RGB
CMYK
RGB Variations
Color information
#8D4625 (or 0x8D4625) is known color: Fire. HEX triplet: 8D, 46 and 25. RGB value is (141,70,37). Sum of RGB (Red+Green+Blue) = 141+70+37=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4625 is #72B9DA. Grayscale: #575757. Windows color (decimal): -7518683 or 2442893. OLE color: 2442893.
HSL color Cylindrical-coordinate representation of color #8D4625: hue angle of 19.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D4625 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 37 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.45 |
| HSL | 19.04º | 0.58% | 0.35% | - |
| HSV(B) | 19.04º | 0.74% | 0.55% | - |
| XYZ | 13.51 | 10.18 | 3 | - |
| YUV | 87.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 37 | 0 | 0.50 | 0.74 | 0.45 | 19.04 | 0.58 | 0.35 |
| Hex | 8D | 46 | 25 | 0 | 32 | 4A | 2D | 13 | 3A | 23 |
| Octal | 215 | 106 | 45 | 0 | 62 | 112 | 55 | 23 | 72 | 43 |
| Binary | 10001101 | 1000110 | 100101 | 0 | 110010 | 1001010 | 101101 | 10011 | 111010 | 100011 |
Color Harmonies of #8D4625
Complementary color
Monochromatic Colors of #8D4625
Black with #8D4625
Text Example
Text Example
White with #8D4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4625; }
p { color: rgb(141,70,37); }
H1.HeaderClassName
{
color: #8D4625;
}
.AnyTagClassName
{
color: #8D4625;
}
</style>
background-color css
<style>
a { background-color: #8D4625; }
a { background-color: rgb(141,70,37); }
div.DivClassName
{
background-color: #8D4625;
}
.BgClassName
{
background-color: #8D4625;
}
</style>
border-color css
<style>
span { border-color: #8D4625; }
span { border-color: rgb(141,70,37); }
td.TdClassName
{
border-color: #8D4625;
}
.TagClassName
{
border-color: #8D4625;
}
</style>