Shades of Fire #8C452E
Tints of Fire #8C452E
RGB
CMYK
RGB Variations
Color information
#8C452E (or 0x8C452E) is known color: Fire. HEX triplet: 8C, 45 and 2E. RGB value is (140,69,46). Sum of RGB (Red+Green+Blue) = 140+69+46=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C452E is #73BAD1. Grayscale: #575757. Windows color (decimal): -7584466 or 3032460. OLE color: 3032460.
HSL color Cylindrical-coordinate representation of color #8C452E: hue angle of 14.68º 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 #8C452E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 46 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.45 |
| HSL | 14.68º | 0.51% | 0.36% | - |
| HSV(B) | 14.68º | 0.67% | 0.55% | - |
| XYZ | 13.44 | 10.03 | 3.81 | - |
| YUV | 87.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 46 | 0 | 0.51 | 0.67 | 0.45 | 14.68 | 0.51 | 0.36 |
| Hex | 8C | 45 | 2E | 0 | 33 | 43 | 2D | F | 33 | 24 |
| Octal | 214 | 105 | 56 | 0 | 63 | 103 | 55 | 17 | 63 | 44 |
| Binary | 10001100 | 1000101 | 101110 | 0 | 110011 | 1000011 | 101101 | 1111 | 110011 | 100100 |
Color Harmonies of #8C452E
Complementary color
Monochromatic Colors of #8C452E
Black with #8C452E
Text Example
Text Example
White with #8C452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C452E; }
p { color: rgb(140,69,46); }
H1.HeaderClassName
{
color: #8C452E;
}
.AnyTagClassName
{
color: #8C452E;
}
</style>
background-color css
<style>
a { background-color: #8C452E; }
a { background-color: rgb(140,69,46); }
div.DivClassName
{
background-color: #8C452E;
}
.BgClassName
{
background-color: #8C452E;
}
</style>
border-color css
<style>
span { border-color: #8C452E; }
span { border-color: rgb(140,69,46); }
td.TdClassName
{
border-color: #8C452E;
}
.TagClassName
{
border-color: #8C452E;
}
</style>