Shades of Fire #8C4125
Tints of Fire #8C4125
RGB
CMYK
RGB Variations
Color information
#8C4125 (or 0x8C4125) is known color: Fire. HEX triplet: 8C, 41 and 25. RGB value is (140,65,37). Sum of RGB (Red+Green+Blue) = 140+65+37=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4125 is #73BEDA. Grayscale: #545454. Windows color (decimal): -7585499 or 2441612. OLE color: 2441612.
HSL color Cylindrical-coordinate representation of color #8C4125: hue angle of 16.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C4125 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 37 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.45 |
| HSL | 16.31º | 0.58% | 0.35% | - |
| HSV(B) | 16.31º | 0.74% | 0.55% | - |
| XYZ | 13.04 | 9.49 | 2.89 | - |
| YUV | 84.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 37 | 0 | 0.54 | 0.74 | 0.45 | 16.31 | 0.58 | 0.35 |
| Hex | 8C | 41 | 25 | 0 | 36 | 4A | 2D | 10 | 3A | 23 |
| Octal | 214 | 101 | 45 | 0 | 66 | 112 | 55 | 20 | 72 | 43 |
| Binary | 10001100 | 1000001 | 100101 | 0 | 110110 | 1001010 | 101101 | 10000 | 111010 | 100011 |
Color Harmonies of #8C4125
Complementary color
Monochromatic Colors of #8C4125
Black with #8C4125
Text Example
Text Example
White with #8C4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4125; }
p { color: rgb(140,65,37); }
H1.HeaderClassName
{
color: #8C4125;
}
.AnyTagClassName
{
color: #8C4125;
}
</style>
background-color css
<style>
a { background-color: #8C4125; }
a { background-color: rgb(140,65,37); }
div.DivClassName
{
background-color: #8C4125;
}
.BgClassName
{
background-color: #8C4125;
}
</style>
border-color css
<style>
span { border-color: #8C4125; }
span { border-color: rgb(140,65,37); }
td.TdClassName
{
border-color: #8C4125;
}
.TagClassName
{
border-color: #8C4125;
}
</style>