Shades of Fire #8C4329
Tints of Fire #8C4329
RGB
CMYK
RGB Variations
Color information
#8C4329 (or 0x8C4329) is known color: Fire. HEX triplet: 8C, 43 and 29. RGB value is (140,67,41). Sum of RGB (Red+Green+Blue) = 140+67+41=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4329 is #73BCD6. Grayscale: #565656. Windows color (decimal): -7584983 or 2704268. OLE color: 2704268.
HSL color Cylindrical-coordinate representation of color #8C4329: hue angle of 15.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C4329 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 41 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.45 |
| HSL | 15.76º | 0.55% | 0.35% | - |
| HSV(B) | 15.76º | 0.71% | 0.55% | - |
| XYZ | 13.22 | 9.75 | 3.28 | - |
| YUV | 85.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 41 | 0 | 0.52 | 0.71 | 0.45 | 15.76 | 0.55 | 0.35 |
| Hex | 8C | 43 | 29 | 0 | 34 | 47 | 2D | 10 | 37 | 23 |
| Octal | 214 | 103 | 51 | 0 | 64 | 107 | 55 | 20 | 67 | 43 |
| Binary | 10001100 | 1000011 | 101001 | 0 | 110100 | 1000111 | 101101 | 10000 | 110111 | 100011 |
Color Harmonies of #8C4329
Complementary color
Monochromatic Colors of #8C4329
Black with #8C4329
Text Example
Text Example
White with #8C4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4329; }
p { color: rgb(140,67,41); }
H1.HeaderClassName
{
color: #8C4329;
}
.AnyTagClassName
{
color: #8C4329;
}
</style>
background-color css
<style>
a { background-color: #8C4329; }
a { background-color: rgb(140,67,41); }
div.DivClassName
{
background-color: #8C4329;
}
.BgClassName
{
background-color: #8C4329;
}
</style>
border-color css
<style>
span { border-color: #8C4329; }
span { border-color: rgb(140,67,41); }
td.TdClassName
{
border-color: #8C4329;
}
.TagClassName
{
border-color: #8C4329;
}
</style>