Shades of Fire #8B4423
Tints of Fire #8B4423
RGB
CMYK
RGB Variations
Color information
#8B4423 (or 0x8B4423) is known color: Fire. HEX triplet: 8B, 44 and 23. RGB value is (139,68,35). Sum of RGB (Red+Green+Blue) = 139+68+35=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4423 is #74BBDC. Grayscale: #555555. Windows color (decimal): -7650269 or 2311307. OLE color: 2311307.
HSL color Cylindrical-coordinate representation of color #8B4423: hue angle of 19.04º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B4423 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 35 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.45 |
| HSL | 19.04º | 0.6% | 0.34% | - |
| HSV(B) | 19.04º | 0.75% | 0.55% | - |
| XYZ | 13.02 | 9.74 | 2.78 | - |
| YUV | 85.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 35 | 0 | 0.51 | 0.75 | 0.45 | 19.04 | 0.6 | 0.34 |
| Hex | 8B | 44 | 23 | 0 | 33 | 4B | 2D | 13 | 3C | 22 |
| Octal | 213 | 104 | 43 | 0 | 63 | 113 | 55 | 23 | 74 | 42 |
| Binary | 10001011 | 1000100 | 100011 | 0 | 110011 | 1001011 | 101101 | 10011 | 111100 | 100010 |
Color Harmonies of #8B4423
Complementary color
Monochromatic Colors of #8B4423
Black with #8B4423
Text Example
Text Example
White with #8B4423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4423; }
p { color: rgb(139,68,35); }
H1.HeaderClassName
{
color: #8B4423;
}
.AnyTagClassName
{
color: #8B4423;
}
</style>
background-color css
<style>
a { background-color: #8B4423; }
a { background-color: rgb(139,68,35); }
div.DivClassName
{
background-color: #8B4423;
}
.BgClassName
{
background-color: #8B4423;
}
</style>
border-color css
<style>
span { border-color: #8B4423; }
span { border-color: rgb(139,68,35); }
td.TdClassName
{
border-color: #8B4423;
}
.TagClassName
{
border-color: #8B4423;
}
</style>