Shades of Fire #8E4628
Tints of Fire #8E4628
RGB
CMYK
RGB Variations
Color information
#8E4628 (or 0x8E4628) is known color: Fire. HEX triplet: 8E, 46 and 28. RGB value is (142,70,40). Sum of RGB (Red+Green+Blue) = 142+70+40=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4628 is #71B9D7. Grayscale: #585858. Windows color (decimal): -7453144 or 2639502. OLE color: 2639502.
HSL color Cylindrical-coordinate representation of color #8E4628: hue angle of 17.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E4628 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 40 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.44 |
| HSL | 17.65º | 0.56% | 0.36% | - |
| HSV(B) | 17.65º | 0.72% | 0.56% | - |
| XYZ | 13.73 | 10.28 | 3.27 | - |
| YUV | 88.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 40 | 0 | 0.51 | 0.72 | 0.44 | 17.65 | 0.56 | 0.36 |
| Hex | 8E | 46 | 28 | 0 | 33 | 48 | 2C | 12 | 38 | 24 |
| Octal | 216 | 106 | 50 | 0 | 63 | 110 | 54 | 22 | 70 | 44 |
| Binary | 10001110 | 1000110 | 101000 | 0 | 110011 | 1001000 | 101100 | 10010 | 111000 | 100100 |
Color Harmonies of #8E4628
Complementary color
Monochromatic Colors of #8E4628
Black with #8E4628
Text Example
Text Example
White with #8E4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4628; }
p { color: rgb(142,70,40); }
H1.HeaderClassName
{
color: #8E4628;
}
.AnyTagClassName
{
color: #8E4628;
}
</style>
background-color css
<style>
a { background-color: #8E4628; }
a { background-color: rgb(142,70,40); }
div.DivClassName
{
background-color: #8E4628;
}
.BgClassName
{
background-color: #8E4628;
}
</style>
border-color css
<style>
span { border-color: #8E4628; }
span { border-color: rgb(142,70,40); }
td.TdClassName
{
border-color: #8E4628;
}
.TagClassName
{
border-color: #8E4628;
}
</style>