Shades of Fire #8C4523
Tints of Fire #8C4523
RGB
CMYK
RGB Variations
Color information
#8C4523 (or 0x8C4523) is known color: Fire. HEX triplet: 8C, 45 and 23. RGB value is (140,69,35). Sum of RGB (Red+Green+Blue) = 140+69+35=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4523 is #73BADC. Grayscale: #565656. Windows color (decimal): -7584477 or 2311564. OLE color: 2311564.
HSL color Cylindrical-coordinate representation of color #8C4523: hue angle of 19.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C4523 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 35 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.45 |
| HSL | 19.43º | 0.6% | 0.34% | - |
| HSV(B) | 19.43º | 0.75% | 0.55% | - |
| XYZ | 13.25 | 9.95 | 2.81 | - |
| YUV | 86.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 35 | 0 | 0.51 | 0.75 | 0.45 | 19.43 | 0.6 | 0.34 |
| Hex | 8C | 45 | 23 | 0 | 33 | 4B | 2D | 13 | 3C | 22 |
| Octal | 214 | 105 | 43 | 0 | 63 | 113 | 55 | 23 | 74 | 42 |
| Binary | 10001100 | 1000101 | 100011 | 0 | 110011 | 1001011 | 101101 | 10011 | 111100 | 100010 |
Color Harmonies of #8C4523
Complementary color
Monochromatic Colors of #8C4523
Black with #8C4523
Text Example
Text Example
White with #8C4523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4523; }
p { color: rgb(140,69,35); }
H1.HeaderClassName
{
color: #8C4523;
}
.AnyTagClassName
{
color: #8C4523;
}
</style>
background-color css
<style>
a { background-color: #8C4523; }
a { background-color: rgb(140,69,35); }
div.DivClassName
{
background-color: #8C4523;
}
.BgClassName
{
background-color: #8C4523;
}
</style>
border-color css
<style>
span { border-color: #8C4523; }
span { border-color: rgb(140,69,35); }
td.TdClassName
{
border-color: #8C4523;
}
.TagClassName
{
border-color: #8C4523;
}
</style>