Shades of Fire #8D452E
Tints of Fire #8D452E
RGB
CMYK
RGB Variations
Color information
#8D452E (or 0x8D452E) is known color: Fire. HEX triplet: 8D, 45 and 2E. RGB value is (141,69,46). Sum of RGB (Red+Green+Blue) = 141+69+46=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D452E is #72BAD1. Grayscale: #585858. Windows color (decimal): -7518930 or 3032461. OLE color: 3032461.
HSL color Cylindrical-coordinate representation of color #8D452E: hue angle of 14.53º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D452E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 46 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.45 |
| HSL | 14.53º | 0.51% | 0.37% | - |
| HSV(B) | 14.53º | 0.67% | 0.55% | - |
| XYZ | 13.61 | 10.12 | 3.82 | - |
| YUV | 87.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 46 | 0 | 0.51 | 0.67 | 0.45 | 14.53 | 0.51 | 0.37 |
| Hex | 8D | 45 | 2E | 0 | 33 | 43 | 2D | F | 33 | 25 |
| Octal | 215 | 105 | 56 | 0 | 63 | 103 | 55 | 17 | 63 | 45 |
| Binary | 10001101 | 1000101 | 101110 | 0 | 110011 | 1000011 | 101101 | 1111 | 110011 | 100101 |
Color Harmonies of #8D452E
Complementary color
Monochromatic Colors of #8D452E
Black with #8D452E
Text Example
Text Example
White with #8D452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D452E; }
p { color: rgb(141,69,46); }
H1.HeaderClassName
{
color: #8D452E;
}
.AnyTagClassName
{
color: #8D452E;
}
</style>
background-color css
<style>
a { background-color: #8D452E; }
a { background-color: rgb(141,69,46); }
div.DivClassName
{
background-color: #8D452E;
}
.BgClassName
{
background-color: #8D452E;
}
</style>
border-color css
<style>
span { border-color: #8D452E; }
span { border-color: rgb(141,69,46); }
td.TdClassName
{
border-color: #8D452E;
}
.TagClassName
{
border-color: #8D452E;
}
</style>