Shades of Fire #8B4220
Tints of Fire #8B4220
RGB
CMYK
RGB Variations
Color information
#8B4220 (or 0x8B4220) is known color: Fire. HEX triplet: 8B, 42 and 20. RGB value is (139,66,32). Sum of RGB (Red+Green+Blue) = 139+66+32=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4220 is #74BDDF. Grayscale: #545454. Windows color (decimal): -7650784 or 2114187. OLE color: 2114187.
HSL color Cylindrical-coordinate representation of color #8B4220: hue angle of 19.07º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B4220 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 32 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.45 |
| HSL | 19.07º | 0.63% | 0.34% | - |
| HSV(B) | 19.07º | 0.77% | 0.55% | - |
| XYZ | 12.86 | 9.49 | 2.52 | - |
| YUV | 83.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 32 | 0 | 0.53 | 0.77 | 0.45 | 19.07 | 0.63 | 0.34 |
| Hex | 8B | 42 | 20 | 0 | 35 | 4D | 2D | 13 | 3F | 22 |
| Octal | 213 | 102 | 40 | 0 | 65 | 115 | 55 | 23 | 77 | 42 |
| Binary | 10001011 | 1000010 | 100000 | 0 | 110101 | 1001101 | 101101 | 10011 | 111111 | 100010 |
Color Harmonies of #8B4220
Complementary color
Monochromatic Colors of #8B4220
Black with #8B4220
Text Example
Text Example
White with #8B4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4220; }
p { color: rgb(139,66,32); }
H1.HeaderClassName
{
color: #8B4220;
}
.AnyTagClassName
{
color: #8B4220;
}
</style>
background-color css
<style>
a { background-color: #8B4220; }
a { background-color: rgb(139,66,32); }
div.DivClassName
{
background-color: #8B4220;
}
.BgClassName
{
background-color: #8B4220;
}
</style>
border-color css
<style>
span { border-color: #8B4220; }
span { border-color: rgb(139,66,32); }
td.TdClassName
{
border-color: #8B4220;
}
.TagClassName
{
border-color: #8B4220;
}
</style>