Shades of Fire #8D4326
Tints of Fire #8D4326
RGB
CMYK
RGB Variations
Color information
#8D4326 (or 0x8D4326) is known color: Fire. HEX triplet: 8D, 43 and 26. RGB value is (141,67,38). Sum of RGB (Red+Green+Blue) = 141+67+38=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4326 is #72BCD9. Grayscale: #565656. Windows color (decimal): -7519450 or 2507661. OLE color: 2507661.
HSL color Cylindrical-coordinate representation of color #8D4326: hue angle of 16.89º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D4326 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 38 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.45 |
| HSL | 16.89º | 0.58% | 0.35% | - |
| HSV(B) | 16.89º | 0.73% | 0.55% | - |
| XYZ | 13.34 | 9.82 | 3.03 | - |
| YUV | 85.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 38 | 0 | 0.52 | 0.73 | 0.45 | 16.89 | 0.58 | 0.35 |
| Hex | 8D | 43 | 26 | 0 | 34 | 49 | 2D | 11 | 3A | 23 |
| Octal | 215 | 103 | 46 | 0 | 64 | 111 | 55 | 21 | 72 | 43 |
| Binary | 10001101 | 1000011 | 100110 | 0 | 110100 | 1001001 | 101101 | 10001 | 111010 | 100011 |
Color Harmonies of #8D4326
Complementary color
Monochromatic Colors of #8D4326
Black with #8D4326
Text Example
Text Example
White with #8D4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4326; }
p { color: rgb(141,67,38); }
H1.HeaderClassName
{
color: #8D4326;
}
.AnyTagClassName
{
color: #8D4326;
}
</style>
background-color css
<style>
a { background-color: #8D4326; }
a { background-color: rgb(141,67,38); }
div.DivClassName
{
background-color: #8D4326;
}
.BgClassName
{
background-color: #8D4326;
}
</style>
border-color css
<style>
span { border-color: #8D4326; }
span { border-color: rgb(141,67,38); }
td.TdClassName
{
border-color: #8D4326;
}
.TagClassName
{
border-color: #8D4326;
}
</style>