Shades of Fire #8C4527
Tints of Fire #8C4527
RGB
CMYK
RGB Variations
Color information
#8C4527 (or 0x8C4527) is known color: Fire. HEX triplet: 8C, 45 and 27. RGB value is (140,69,39). Sum of RGB (Red+Green+Blue) = 140+69+39=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4527 is #73BAD8. Grayscale: #575757. Windows color (decimal): -7584473 or 2573708. OLE color: 2573708.
HSL color Cylindrical-coordinate representation of color #8C4527: hue angle of 17.82º 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 #8C4527 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 39 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.45 |
| HSL | 17.82º | 0.56% | 0.35% | - |
| HSV(B) | 17.82º | 0.72% | 0.55% | - |
| XYZ | 13.31 | 9.98 | 3.14 | - |
| YUV | 86.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 39 | 0 | 0.51 | 0.72 | 0.45 | 17.82 | 0.56 | 0.35 |
| Hex | 8C | 45 | 27 | 0 | 33 | 48 | 2D | 12 | 38 | 23 |
| Octal | 214 | 105 | 47 | 0 | 63 | 110 | 55 | 22 | 70 | 43 |
| Binary | 10001100 | 1000101 | 100111 | 0 | 110011 | 1001000 | 101101 | 10010 | 111000 | 100011 |
Color Harmonies of #8C4527
Complementary color
Monochromatic Colors of #8C4527
Black with #8C4527
Text Example
Text Example
White with #8C4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4527; }
p { color: rgb(140,69,39); }
H1.HeaderClassName
{
color: #8C4527;
}
.AnyTagClassName
{
color: #8C4527;
}
</style>
background-color css
<style>
a { background-color: #8C4527; }
a { background-color: rgb(140,69,39); }
div.DivClassName
{
background-color: #8C4527;
}
.BgClassName
{
background-color: #8C4527;
}
</style>
border-color css
<style>
span { border-color: #8C4527; }
span { border-color: rgb(140,69,39); }
td.TdClassName
{
border-color: #8C4527;
}
.TagClassName
{
border-color: #8C4527;
}
</style>