Shades of Fire #8C4027
Tints of Fire #8C4027
RGB
CMYK
RGB Variations
Color information
#8C4027 (or 0x8C4027) is known color: Fire. HEX triplet: 8C, 40 and 27. RGB value is (140,64,39). Sum of RGB (Red+Green+Blue) = 140+64+39=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4027 is #73BFD8. Grayscale: #545454. Windows color (decimal): -7585753 or 2572428. OLE color: 2572428.
HSL color Cylindrical-coordinate representation of color #8C4027: hue angle of 14.85º 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 #8C4027 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 39 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.45 |
| HSL | 14.85º | 0.56% | 0.35% | - |
| HSV(B) | 14.85º | 0.72% | 0.55% | - |
| XYZ | 13.01 | 9.39 | 3.05 | - |
| YUV | 83.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 39 | 0 | 0.54 | 0.72 | 0.45 | 14.85 | 0.56 | 0.35 |
| Hex | 8C | 40 | 27 | 0 | 36 | 48 | 2D | F | 38 | 23 |
| Octal | 214 | 100 | 47 | 0 | 66 | 110 | 55 | 17 | 70 | 43 |
| Binary | 10001100 | 1000000 | 100111 | 0 | 110110 | 1001000 | 101101 | 1111 | 111000 | 100011 |
Color Harmonies of #8C4027
Complementary color
Monochromatic Colors of #8C4027
Black with #8C4027
Text Example
Text Example
White with #8C4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4027; }
p { color: rgb(140,64,39); }
H1.HeaderClassName
{
color: #8C4027;
}
.AnyTagClassName
{
color: #8C4027;
}
</style>
background-color css
<style>
a { background-color: #8C4027; }
a { background-color: rgb(140,64,39); }
div.DivClassName
{
background-color: #8C4027;
}
.BgClassName
{
background-color: #8C4027;
}
</style>
border-color css
<style>
span { border-color: #8C4027; }
span { border-color: rgb(140,64,39); }
td.TdClassName
{
border-color: #8C4027;
}
.TagClassName
{
border-color: #8C4027;
}
</style>