Shades of Fire #8B4624
Tints of Fire #8B4624
RGB
CMYK
RGB Variations
Color information
#8B4624 (or 0x8B4624) is known color: Fire. HEX triplet: 8B, 46 and 24. RGB value is (139,70,36). Sum of RGB (Red+Green+Blue) = 139+70+36=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4624 is #74B9DB. Grayscale: #565656. Windows color (decimal): -7649756 or 2377355. OLE color: 2377355.
HSL color Cylindrical-coordinate representation of color #8B4624: hue angle of 19.81º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B4624 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 36 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.45 |
| HSL | 19.81º | 0.59% | 0.34% | - |
| HSV(B) | 19.81º | 0.74% | 0.55% | - |
| XYZ | 13.16 | 10 | 2.91 | - |
| YUV | 86.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 36 | 0 | 0.50 | 0.74 | 0.45 | 19.81 | 0.59 | 0.34 |
| Hex | 8B | 46 | 24 | 0 | 32 | 4A | 2D | 14 | 3B | 22 |
| Octal | 213 | 106 | 44 | 0 | 62 | 112 | 55 | 24 | 73 | 42 |
| Binary | 10001011 | 1000110 | 100100 | 0 | 110010 | 1001010 | 101101 | 10100 | 111011 | 100010 |
Color Harmonies of #8B4624
Complementary color
Monochromatic Colors of #8B4624
Black with #8B4624
Text Example
Text Example
White with #8B4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4624; }
p { color: rgb(139,70,36); }
H1.HeaderClassName
{
color: #8B4624;
}
.AnyTagClassName
{
color: #8B4624;
}
</style>
background-color css
<style>
a { background-color: #8B4624; }
a { background-color: rgb(139,70,36); }
div.DivClassName
{
background-color: #8B4624;
}
.BgClassName
{
background-color: #8B4624;
}
</style>
border-color css
<style>
span { border-color: #8B4624; }
span { border-color: rgb(139,70,36); }
td.TdClassName
{
border-color: #8B4624;
}
.TagClassName
{
border-color: #8B4624;
}
</style>