Shades of Fire #8D4428
Tints of Fire #8D4428
RGB
CMYK
RGB Variations
Color information
#8D4428 (or 0x8D4428) is known color: Fire. HEX triplet: 8D, 44 and 28. RGB value is (141,68,40). Sum of RGB (Red+Green+Blue) = 141+68+40=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4428 is #72BBD7. Grayscale: #565656. Windows color (decimal): -7519192 or 2638989. OLE color: 2638989.
HSL color Cylindrical-coordinate representation of color #8D4428: hue angle of 16.63º 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 #8D4428 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 40 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.45 |
| HSL | 16.63º | 0.56% | 0.35% | - |
| HSV(B) | 16.63º | 0.72% | 0.55% | - |
| XYZ | 13.43 | 9.95 | 3.22 | - |
| YUV | 86.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 40 | 0 | 0.52 | 0.72 | 0.45 | 16.63 | 0.56 | 0.35 |
| Hex | 8D | 44 | 28 | 0 | 34 | 48 | 2D | 11 | 38 | 23 |
| Octal | 215 | 104 | 50 | 0 | 64 | 110 | 55 | 21 | 70 | 43 |
| Binary | 10001101 | 1000100 | 101000 | 0 | 110100 | 1001000 | 101101 | 10001 | 111000 | 100011 |
Color Harmonies of #8D4428
Complementary color
Monochromatic Colors of #8D4428
Black with #8D4428
Text Example
Text Example
White with #8D4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4428; }
p { color: rgb(141,68,40); }
H1.HeaderClassName
{
color: #8D4428;
}
.AnyTagClassName
{
color: #8D4428;
}
</style>
background-color css
<style>
a { background-color: #8D4428; }
a { background-color: rgb(141,68,40); }
div.DivClassName
{
background-color: #8D4428;
}
.BgClassName
{
background-color: #8D4428;
}
</style>
border-color css
<style>
span { border-color: #8D4428; }
span { border-color: rgb(141,68,40); }
td.TdClassName
{
border-color: #8D4428;
}
.TagClassName
{
border-color: #8D4428;
}
</style>