Shades of Fire #8D4328
Tints of Fire #8D4328
RGB
CMYK
RGB Variations
Color information
#8D4328 (or 0x8D4328) is known color: Fire. HEX triplet: 8D, 43 and 28. RGB value is (141,67,40). Sum of RGB (Red+Green+Blue) = 141+67+40=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4328 is #72BCD7. Grayscale: #565656. Windows color (decimal): -7519448 or 2638733. OLE color: 2638733.
HSL color Cylindrical-coordinate representation of color #8D4328: hue angle of 16.04º 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 #8D4328 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 40 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.45 |
| HSL | 16.04º | 0.56% | 0.35% | - |
| HSV(B) | 16.04º | 0.72% | 0.55% | - |
| XYZ | 13.37 | 9.83 | 3.2 | - |
| YUV | 86.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 40 | 0 | 0.52 | 0.72 | 0.45 | 16.04 | 0.56 | 0.35 |
| Hex | 8D | 43 | 28 | 0 | 34 | 48 | 2D | 10 | 38 | 23 |
| Octal | 215 | 103 | 50 | 0 | 64 | 110 | 55 | 20 | 70 | 43 |
| Binary | 10001101 | 1000011 | 101000 | 0 | 110100 | 1001000 | 101101 | 10000 | 111000 | 100011 |
Color Harmonies of #8D4328
Complementary color
Monochromatic Colors of #8D4328
Black with #8D4328
Text Example
Text Example
White with #8D4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4328; }
p { color: rgb(141,67,40); }
H1.HeaderClassName
{
color: #8D4328;
}
.AnyTagClassName
{
color: #8D4328;
}
</style>
background-color css
<style>
a { background-color: #8D4328; }
a { background-color: rgb(141,67,40); }
div.DivClassName
{
background-color: #8D4328;
}
.BgClassName
{
background-color: #8D4328;
}
</style>
border-color css
<style>
span { border-color: #8D4328; }
span { border-color: rgb(141,67,40); }
td.TdClassName
{
border-color: #8D4328;
}
.TagClassName
{
border-color: #8D4328;
}
</style>