Shades of Fire #8D4330
Tints of Fire #8D4330
RGB
CMYK
RGB Variations
Color information
#8D4330 (or 0x8D4330) is known color: Fire. HEX triplet: 8D, 43 and 30. RGB value is (141,67,48). Sum of RGB (Red+Green+Blue) = 141+67+48=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4330 is #72BCCF. Grayscale: #575757. Windows color (decimal): -7519440 or 3163021. OLE color: 3163021.
HSL color Cylindrical-coordinate representation of color #8D4330: hue angle of 12.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4330 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 48 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.45 |
| HSL | 12.26º | 0.49% | 0.37% | - |
| HSV(B) | 12.26º | 0.66% | 0.55% | - |
| XYZ | 13.53 | 9.89 | 3.99 | - |
| YUV | 86.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 48 | 0 | 0.52 | 0.66 | 0.45 | 12.26 | 0.49 | 0.37 |
| Hex | 8D | 43 | 30 | 0 | 34 | 42 | 2D | C | 31 | 25 |
| Octal | 215 | 103 | 60 | 0 | 64 | 102 | 55 | 14 | 61 | 45 |
| Binary | 10001101 | 1000011 | 110000 | 0 | 110100 | 1000010 | 101101 | 1100 | 110001 | 100101 |
Color Harmonies of #8D4330
Complementary color
Monochromatic Colors of #8D4330
Black with #8D4330
Text Example
Text Example
White with #8D4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4330; }
p { color: rgb(141,67,48); }
H1.HeaderClassName
{
color: #8D4330;
}
.AnyTagClassName
{
color: #8D4330;
}
</style>
background-color css
<style>
a { background-color: #8D4330; }
a { background-color: rgb(141,67,48); }
div.DivClassName
{
background-color: #8D4330;
}
.BgClassName
{
background-color: #8D4330;
}
</style>
border-color css
<style>
span { border-color: #8D4330; }
span { border-color: rgb(141,67,48); }
td.TdClassName
{
border-color: #8D4330;
}
.TagClassName
{
border-color: #8D4330;
}
</style>