Shades of Fire #8D4532
Tints of Fire #8D4532
RGB
CMYK
RGB Variations
Color information
#8D4532 (or 0x8D4532) is known color: Fire. HEX triplet: 8D, 45 and 32. RGB value is (141,69,50). Sum of RGB (Red+Green+Blue) = 141+69+50=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4532 is #72BACD. Grayscale: #585858. Windows color (decimal): -7518926 or 3294605. OLE color: 3294605.
HSL color Cylindrical-coordinate representation of color #8D4532: hue angle of 12.53º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D4532 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 50 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.45 |
| HSL | 12.53º | 0.48% | 0.37% | - |
| HSV(B) | 12.53º | 0.65% | 0.55% | - |
| XYZ | 13.69 | 10.15 | 4.26 | - |
| YUV | 88.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 50 | 0 | 0.51 | 0.65 | 0.45 | 12.53 | 0.48 | 0.37 |
| Hex | 8D | 45 | 32 | 0 | 33 | 41 | 2D | D | 30 | 25 |
| Octal | 215 | 105 | 62 | 0 | 63 | 101 | 55 | 15 | 60 | 45 |
| Binary | 10001101 | 1000101 | 110010 | 0 | 110011 | 1000001 | 101101 | 1101 | 110000 | 100101 |
Color Harmonies of #8D4532
Complementary color
Monochromatic Colors of #8D4532
Black with #8D4532
Text Example
Text Example
White with #8D4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4532; }
p { color: rgb(141,69,50); }
H1.HeaderClassName
{
color: #8D4532;
}
.AnyTagClassName
{
color: #8D4532;
}
</style>
background-color css
<style>
a { background-color: #8D4532; }
a { background-color: rgb(141,69,50); }
div.DivClassName
{
background-color: #8D4532;
}
.BgClassName
{
background-color: #8D4532;
}
</style>
border-color css
<style>
span { border-color: #8D4532; }
span { border-color: rgb(141,69,50); }
td.TdClassName
{
border-color: #8D4532;
}
.TagClassName
{
border-color: #8D4532;
}
</style>