Shades of Fire #8C4432
Tints of Fire #8C4432
RGB
CMYK
RGB Variations
Color information
#8C4432 (or 0x8C4432) is known color: Fire. HEX triplet: 8C, 44 and 32. RGB value is (140,68,50). Sum of RGB (Red+Green+Blue) = 140+68+50=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4432 is #73BBCD. Grayscale: #575757. Windows color (decimal): -7584718 or 3294348. OLE color: 3294348.
HSL color Cylindrical-coordinate representation of color #8C4432: hue angle of 12º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4432 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 50 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.45 |
| HSL | 12º | 0.47% | 0.37% | - |
| HSV(B) | 12º | 0.64% | 0.55% | - |
| XYZ | 13.46 | 9.94 | 4.23 | - |
| YUV | 87.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 50 | 0 | 0.51 | 0.64 | 0.45 | 12 | 0.47 | 0.37 |
| Hex | 8C | 44 | 32 | 0 | 33 | 40 | 2D | C | 2F | 25 |
| Octal | 214 | 104 | 62 | 0 | 63 | 100 | 55 | 14 | 57 | 45 |
| Binary | 10001100 | 1000100 | 110010 | 0 | 110011 | 1000000 | 101101 | 1100 | 101111 | 100101 |
Color Harmonies of #8C4432
Complementary color
Monochromatic Colors of #8C4432
Black with #8C4432
Text Example
Text Example
White with #8C4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4432; }
p { color: rgb(140,68,50); }
H1.HeaderClassName
{
color: #8C4432;
}
.AnyTagClassName
{
color: #8C4432;
}
</style>
background-color css
<style>
a { background-color: #8C4432; }
a { background-color: rgb(140,68,50); }
div.DivClassName
{
background-color: #8C4432;
}
.BgClassName
{
background-color: #8C4432;
}
</style>
border-color css
<style>
span { border-color: #8C4432; }
span { border-color: rgb(140,68,50); }
td.TdClassName
{
border-color: #8C4432;
}
.TagClassName
{
border-color: #8C4432;
}
</style>