Shades of Fire #8B462D
Tints of Fire #8B462D
RGB
CMYK
RGB Variations
Color information
#8B462D (or 0x8B462D) is known color: Fire. HEX triplet: 8B, 46 and 2D. RGB value is (139,70,45). Sum of RGB (Red+Green+Blue) = 139+70+45=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B462D is #74B9D2. Grayscale: #575757. Windows color (decimal): -7649747 or 2967179. OLE color: 2967179.
HSL color Cylindrical-coordinate representation of color #8B462D: hue angle of 15.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B462D is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 45 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.45 |
| HSL | 15.96º | 0.51% | 0.36% | - |
| HSV(B) | 15.96º | 0.68% | 0.55% | - |
| XYZ | 13.31 | 10.06 | 3.72 | - |
| YUV | 87.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 45 | 0 | 0.50 | 0.68 | 0.45 | 15.96 | 0.51 | 0.36 |
| Hex | 8B | 46 | 2D | 0 | 32 | 44 | 2D | 10 | 33 | 24 |
| Octal | 213 | 106 | 55 | 0 | 62 | 104 | 55 | 20 | 63 | 44 |
| Binary | 10001011 | 1000110 | 101101 | 0 | 110010 | 1000100 | 101101 | 10000 | 110011 | 100100 |
Color Harmonies of #8B462D
Complementary color
Monochromatic Colors of #8B462D
Black with #8B462D
Text Example
Text Example
White with #8B462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B462D; }
p { color: rgb(139,70,45); }
H1.HeaderClassName
{
color: #8B462D;
}
.AnyTagClassName
{
color: #8B462D;
}
</style>
background-color css
<style>
a { background-color: #8B462D; }
a { background-color: rgb(139,70,45); }
div.DivClassName
{
background-color: #8B462D;
}
.BgClassName
{
background-color: #8B462D;
}
</style>
border-color css
<style>
span { border-color: #8B462D; }
span { border-color: rgb(139,70,45); }
td.TdClassName
{
border-color: #8B462D;
}
.TagClassName
{
border-color: #8B462D;
}
</style>