Shades of Fire #8B4125
Tints of Fire #8B4125
RGB
CMYK
RGB Variations
Color information
#8B4125 (or 0x8B4125) is known color: Fire. HEX triplet: 8B, 41 and 25. RGB value is (139,65,37). Sum of RGB (Red+Green+Blue) = 139+65+37=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4125 is #74BEDA. Grayscale: #545454. Windows color (decimal): -7651035 or 2441611. OLE color: 2441611.
HSL color Cylindrical-coordinate representation of color #8B4125: hue angle of 16.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B4125 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 37 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.45 |
| HSL | 16.47º | 0.58% | 0.35% | - |
| HSV(B) | 16.47º | 0.73% | 0.55% | - |
| XYZ | 12.87 | 9.4 | 2.89 | - |
| YUV | 83.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 37 | 0 | 0.53 | 0.73 | 0.45 | 16.47 | 0.58 | 0.35 |
| Hex | 8B | 41 | 25 | 0 | 35 | 49 | 2D | 10 | 3A | 23 |
| Octal | 213 | 101 | 45 | 0 | 65 | 111 | 55 | 20 | 72 | 43 |
| Binary | 10001011 | 1000001 | 100101 | 0 | 110101 | 1001001 | 101101 | 10000 | 111010 | 100011 |
Color Harmonies of #8B4125
Complementary color
Monochromatic Colors of #8B4125
Black with #8B4125
Text Example
Text Example
White with #8B4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4125; }
p { color: rgb(139,65,37); }
H1.HeaderClassName
{
color: #8B4125;
}
.AnyTagClassName
{
color: #8B4125;
}
</style>
background-color css
<style>
a { background-color: #8B4125; }
a { background-color: rgb(139,65,37); }
div.DivClassName
{
background-color: #8B4125;
}
.BgClassName
{
background-color: #8B4125;
}
</style>
border-color css
<style>
span { border-color: #8B4125; }
span { border-color: rgb(139,65,37); }
td.TdClassName
{
border-color: #8B4125;
}
.TagClassName
{
border-color: #8B4125;
}
</style>