Shades of Fire #953D20
Tints of Fire #953D20
RGB
CMYK
RGB Variations
Color information
#953D20 (or 0x953D20) is known color: Fire. HEX triplet: 95, 3D and 20. RGB value is (149,61,32). Sum of RGB (Red+Green+Blue) = 149+61+32=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D20 is #6AC2DF. Grayscale: #545454. Windows color (decimal): -6996704 or 2112917. OLE color: 2112917.
HSL color Cylindrical-coordinate representation of color #953D20: hue angle of 14.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #953D20 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 32 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.42 |
| HSL | 14.87º | 0.65% | 0.35% | - |
| HSV(B) | 14.87º | 0.79% | 0.58% | - |
| XYZ | 14.32 | 9.83 | 2.51 | - |
| YUV | 84.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 32 | 0 | 0.59 | 0.79 | 0.42 | 14.87 | 0.65 | 0.35 |
| Hex | 95 | 3D | 20 | 0 | 3B | 4F | 2A | F | 41 | 23 |
| Octal | 225 | 75 | 40 | 0 | 73 | 117 | 52 | 17 | 101 | 43 |
| Binary | 10010101 | 111101 | 100000 | 0 | 111011 | 1001111 | 101010 | 1111 | 1000001 | 100011 |
Color Harmonies of #953D20
Complementary color
Monochromatic Colors of #953D20
Black with #953D20
Text Example
Text Example
White with #953D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D20; }
p { color: rgb(149,61,32); }
H1.HeaderClassName
{
color: #953D20;
}
.AnyTagClassName
{
color: #953D20;
}
</style>
background-color css
<style>
a { background-color: #953D20; }
a { background-color: rgb(149,61,32); }
div.DivClassName
{
background-color: #953D20;
}
.BgClassName
{
background-color: #953D20;
}
</style>
border-color css
<style>
span { border-color: #953D20; }
span { border-color: rgb(149,61,32); }
td.TdClassName
{
border-color: #953D20;
}
.TagClassName
{
border-color: #953D20;
}
</style>