Shades of Fire #8C472D
Tints of Fire #8C472D
RGB
CMYK
RGB Variations
Color information
#8C472D (or 0x8C472D) is known color: Fire. HEX triplet: 8C, 47 and 2D. RGB value is (140,71,45). Sum of RGB (Red+Green+Blue) = 140+71+45=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C472D is #73B8D2. Grayscale: #585858. Windows color (decimal): -7583955 or 2967436. OLE color: 2967436.
HSL color Cylindrical-coordinate representation of color #8C472D: hue angle of 16.42º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C472D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 45 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.45 |
| HSL | 16.42º | 0.51% | 0.36% | - |
| HSV(B) | 16.42º | 0.68% | 0.55% | - |
| XYZ | 13.54 | 10.27 | 3.75 | - |
| YUV | 88.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 45 | 0 | 0.49 | 0.68 | 0.45 | 16.42 | 0.51 | 0.36 |
| Hex | 8C | 47 | 2D | 0 | 31 | 44 | 2D | 10 | 33 | 24 |
| Octal | 214 | 107 | 55 | 0 | 61 | 104 | 55 | 20 | 63 | 44 |
| Binary | 10001100 | 1000111 | 101101 | 0 | 110001 | 1000100 | 101101 | 10000 | 110011 | 100100 |
Color Harmonies of #8C472D
Complementary color
Monochromatic Colors of #8C472D
Black with #8C472D
Text Example
Text Example
White with #8C472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C472D; }
p { color: rgb(140,71,45); }
H1.HeaderClassName
{
color: #8C472D;
}
.AnyTagClassName
{
color: #8C472D;
}
</style>
background-color css
<style>
a { background-color: #8C472D; }
a { background-color: rgb(140,71,45); }
div.DivClassName
{
background-color: #8C472D;
}
.BgClassName
{
background-color: #8C472D;
}
</style>
border-color css
<style>
span { border-color: #8C472D; }
span { border-color: rgb(140,71,45); }
td.TdClassName
{
border-color: #8C472D;
}
.TagClassName
{
border-color: #8C472D;
}
</style>