Shades of Fire #8B4530
Tints of Fire #8B4530
RGB
CMYK
RGB Variations
Color information
#8B4530 (or 0x8B4530) is known color: Fire. HEX triplet: 8B, 45 and 30. RGB value is (139,69,48). Sum of RGB (Red+Green+Blue) = 139+69+48=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4530 is #74BACF. Grayscale: #575757. Windows color (decimal): -7650000 or 3163531. OLE color: 3163531.
HSL color Cylindrical-coordinate representation of color #8B4530: hue angle of 13.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4530 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 48 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.45 |
| HSL | 13.85º | 0.49% | 0.37% | - |
| HSV(B) | 13.85º | 0.65% | 0.55% | - |
| XYZ | 13.31 | 9.96 | 4.02 | - |
| YUV | 87.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 48 | 0 | 0.50 | 0.65 | 0.45 | 13.85 | 0.49 | 0.37 |
| Hex | 8B | 45 | 30 | 0 | 32 | 41 | 2D | E | 31 | 25 |
| Octal | 213 | 105 | 60 | 0 | 62 | 101 | 55 | 16 | 61 | 45 |
| Binary | 10001011 | 1000101 | 110000 | 0 | 110010 | 1000001 | 101101 | 1110 | 110001 | 100101 |
Color Harmonies of #8B4530
Complementary color
Monochromatic Colors of #8B4530
Black with #8B4530
Text Example
Text Example
White with #8B4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4530; }
p { color: rgb(139,69,48); }
H1.HeaderClassName
{
color: #8B4530;
}
.AnyTagClassName
{
color: #8B4530;
}
</style>
background-color css
<style>
a { background-color: #8B4530; }
a { background-color: rgb(139,69,48); }
div.DivClassName
{
background-color: #8B4530;
}
.BgClassName
{
background-color: #8B4530;
}
</style>
border-color css
<style>
span { border-color: #8B4530; }
span { border-color: rgb(139,69,48); }
td.TdClassName
{
border-color: #8B4530;
}
.TagClassName
{
border-color: #8B4530;
}
</style>