Shades of Fire #8C462E
Tints of Fire #8C462E
RGB
CMYK
RGB Variations
Color information
#8C462E (or 0x8C462E) is known color: Fire. HEX triplet: 8C, 46 and 2E. RGB value is (140,70,46). Sum of RGB (Red+Green+Blue) = 140+70+46=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C462E is #73B9D1. Grayscale: #585858. Windows color (decimal): -7584210 or 3032716. OLE color: 3032716.
HSL color Cylindrical-coordinate representation of color #8C462E: hue angle of 15.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C462E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 46 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.45 |
| HSL | 15.32º | 0.51% | 0.36% | - |
| HSV(B) | 15.32º | 0.67% | 0.55% | - |
| XYZ | 13.5 | 10.15 | 3.83 | - |
| YUV | 88.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 46 | 0 | 0.50 | 0.67 | 0.45 | 15.32 | 0.51 | 0.36 |
| Hex | 8C | 46 | 2E | 0 | 32 | 43 | 2D | F | 33 | 24 |
| Octal | 214 | 106 | 56 | 0 | 62 | 103 | 55 | 17 | 63 | 44 |
| Binary | 10001100 | 1000110 | 101110 | 0 | 110010 | 1000011 | 101101 | 1111 | 110011 | 100100 |
Color Harmonies of #8C462E
Complementary color
Monochromatic Colors of #8C462E
Black with #8C462E
Text Example
Text Example
White with #8C462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C462E; }
p { color: rgb(140,70,46); }
H1.HeaderClassName
{
color: #8C462E;
}
.AnyTagClassName
{
color: #8C462E;
}
</style>
background-color css
<style>
a { background-color: #8C462E; }
a { background-color: rgb(140,70,46); }
div.DivClassName
{
background-color: #8C462E;
}
.BgClassName
{
background-color: #8C462E;
}
</style>
border-color css
<style>
span { border-color: #8C462E; }
span { border-color: rgb(140,70,46); }
td.TdClassName
{
border-color: #8C462E;
}
.TagClassName
{
border-color: #8C462E;
}
</style>