Shades of Fire #8B442E
Tints of Fire #8B442E
RGB
CMYK
RGB Variations
Color information
#8B442E (or 0x8B442E) is known color: Fire. HEX triplet: 8B, 44 and 2E. RGB value is (139,68,46). Sum of RGB (Red+Green+Blue) = 139+68+46=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B442E is #74BBD1. Grayscale: #565656. Windows color (decimal): -7650258 or 3032203. OLE color: 3032203.
HSL color Cylindrical-coordinate representation of color #8B442E: hue angle of 14.19º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B442E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 46 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.45 |
| HSL | 14.19º | 0.5% | 0.36% | - |
| HSV(B) | 14.19º | 0.67% | 0.55% | - |
| XYZ | 13.21 | 9.82 | 3.78 | - |
| YUV | 86.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 46 | 0 | 0.51 | 0.67 | 0.45 | 14.19 | 0.5 | 0.36 |
| Hex | 8B | 44 | 2E | 0 | 33 | 43 | 2D | E | 32 | 24 |
| Octal | 213 | 104 | 56 | 0 | 63 | 103 | 55 | 16 | 62 | 44 |
| Binary | 10001011 | 1000100 | 101110 | 0 | 110011 | 1000011 | 101101 | 1110 | 110010 | 100100 |
Color Harmonies of #8B442E
Complementary color
Monochromatic Colors of #8B442E
Black with #8B442E
Text Example
Text Example
White with #8B442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B442E; }
p { color: rgb(139,68,46); }
H1.HeaderClassName
{
color: #8B442E;
}
.AnyTagClassName
{
color: #8B442E;
}
</style>
background-color css
<style>
a { background-color: #8B442E; }
a { background-color: rgb(139,68,46); }
div.DivClassName
{
background-color: #8B442E;
}
.BgClassName
{
background-color: #8B442E;
}
</style>
border-color css
<style>
span { border-color: #8B442E; }
span { border-color: rgb(139,68,46); }
td.TdClassName
{
border-color: #8B442E;
}
.TagClassName
{
border-color: #8B442E;
}
</style>