Shades of Fire #8D4528
Tints of Fire #8D4528
RGB
CMYK
RGB Variations
Color information
#8D4528 (or 0x8D4528) is known color: Fire. HEX triplet: 8D, 45 and 28. RGB value is (141,69,40). Sum of RGB (Red+Green+Blue) = 141+69+40=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4528 is #72BAD7. Grayscale: #575757. Windows color (decimal): -7518936 or 2639245. OLE color: 2639245.
HSL color Cylindrical-coordinate representation of color #8D4528: hue angle of 17.23º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4528 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 40 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.45 |
| HSL | 17.23º | 0.56% | 0.35% | - |
| HSV(B) | 17.23º | 0.72% | 0.55% | - |
| XYZ | 13.5 | 10.07 | 3.24 | - |
| YUV | 87.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 40 | 0 | 0.51 | 0.72 | 0.45 | 17.23 | 0.56 | 0.35 |
| Hex | 8D | 45 | 28 | 0 | 33 | 48 | 2D | 11 | 38 | 23 |
| Octal | 215 | 105 | 50 | 0 | 63 | 110 | 55 | 21 | 70 | 43 |
| Binary | 10001101 | 1000101 | 101000 | 0 | 110011 | 1001000 | 101101 | 10001 | 111000 | 100011 |
Color Harmonies of #8D4528
Complementary color
Monochromatic Colors of #8D4528
Black with #8D4528
Text Example
Text Example
White with #8D4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4528; }
p { color: rgb(141,69,40); }
H1.HeaderClassName
{
color: #8D4528;
}
.AnyTagClassName
{
color: #8D4528;
}
</style>
background-color css
<style>
a { background-color: #8D4528; }
a { background-color: rgb(141,69,40); }
div.DivClassName
{
background-color: #8D4528;
}
.BgClassName
{
background-color: #8D4528;
}
</style>
border-color css
<style>
span { border-color: #8D4528; }
span { border-color: rgb(141,69,40); }
td.TdClassName
{
border-color: #8D4528;
}
.TagClassName
{
border-color: #8D4528;
}
</style>