Shades of Fire #8D4228
Tints of Fire #8D4228
RGB
CMYK
RGB Variations
Color information
#8D4228 (or 0x8D4228) is known color: Fire. HEX triplet: 8D, 42 and 28. RGB value is (141,66,40). Sum of RGB (Red+Green+Blue) = 141+66+40=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4228 is #72BDD7. Grayscale: #555555. Windows color (decimal): -7519704 or 2638477. OLE color: 2638477.
HSL color Cylindrical-coordinate representation of color #8D4228: hue angle of 15.45º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4228 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 40 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.45 |
| HSL | 15.45º | 0.56% | 0.35% | - |
| HSV(B) | 15.45º | 0.72% | 0.55% | - |
| XYZ | 13.32 | 9.71 | 3.18 | - |
| YUV | 85.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 40 | 0 | 0.53 | 0.72 | 0.45 | 15.45 | 0.56 | 0.35 |
| Hex | 8D | 42 | 28 | 0 | 35 | 48 | 2D | F | 38 | 23 |
| Octal | 215 | 102 | 50 | 0 | 65 | 110 | 55 | 17 | 70 | 43 |
| Binary | 10001101 | 1000010 | 101000 | 0 | 110101 | 1001000 | 101101 | 1111 | 111000 | 100011 |
Color Harmonies of #8D4228
Complementary color
Monochromatic Colors of #8D4228
Black with #8D4228
Text Example
Text Example
White with #8D4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4228; }
p { color: rgb(141,66,40); }
H1.HeaderClassName
{
color: #8D4228;
}
.AnyTagClassName
{
color: #8D4228;
}
</style>
background-color css
<style>
a { background-color: #8D4228; }
a { background-color: rgb(141,66,40); }
div.DivClassName
{
background-color: #8D4228;
}
.BgClassName
{
background-color: #8D4228;
}
</style>
border-color css
<style>
span { border-color: #8D4228; }
span { border-color: rgb(141,66,40); }
td.TdClassName
{
border-color: #8D4228;
}
.TagClassName
{
border-color: #8D4228;
}
</style>