Shades of Fire #8C4326
Tints of Fire #8C4326
RGB
CMYK
RGB Variations
Color information
#8C4326 (or 0x8C4326) is known color: Fire. HEX triplet: 8C, 43 and 26. RGB value is (140,67,38). Sum of RGB (Red+Green+Blue) = 140+67+38=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4326 is #73BCD9. Grayscale: #555555. Windows color (decimal): -7584986 or 2507660. OLE color: 2507660.
HSL color Cylindrical-coordinate representation of color #8C4326: hue angle of 17.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C4326 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 38 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.45 |
| HSL | 17.06º | 0.57% | 0.35% | - |
| HSV(B) | 17.06º | 0.73% | 0.55% | - |
| XYZ | 13.17 | 9.73 | 3.02 | - |
| YUV | 85.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 38 | 0 | 0.52 | 0.73 | 0.45 | 17.06 | 0.57 | 0.35 |
| Hex | 8C | 43 | 26 | 0 | 34 | 49 | 2D | 11 | 39 | 23 |
| Octal | 214 | 103 | 46 | 0 | 64 | 111 | 55 | 21 | 71 | 43 |
| Binary | 10001100 | 1000011 | 100110 | 0 | 110100 | 1001001 | 101101 | 10001 | 111001 | 100011 |
Color Harmonies of #8C4326
Complementary color
Monochromatic Colors of #8C4326
Black with #8C4326
Text Example
Text Example
White with #8C4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4326; }
p { color: rgb(140,67,38); }
H1.HeaderClassName
{
color: #8C4326;
}
.AnyTagClassName
{
color: #8C4326;
}
</style>
background-color css
<style>
a { background-color: #8C4326; }
a { background-color: rgb(140,67,38); }
div.DivClassName
{
background-color: #8C4326;
}
.BgClassName
{
background-color: #8C4326;
}
</style>
border-color css
<style>
span { border-color: #8C4326; }
span { border-color: rgb(140,67,38); }
td.TdClassName
{
border-color: #8C4326;
}
.TagClassName
{
border-color: #8C4326;
}
</style>