Shades of Fire #953D1A
Tints of Fire #953D1A
RGB
CMYK
RGB Variations
Color information
#953D1A (or 0x953D1A) is known color: Fire. HEX triplet: 95, 3D and 1A. RGB value is (149,61,26). Sum of RGB (Red+Green+Blue) = 149+61+26=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #953D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D1A is #6AC2E5. Grayscale: #535353. Windows color (decimal): -6996710 or 1719701. OLE color: 1719701.
HSL color Cylindrical-coordinate representation of color #953D1A: hue angle of 17.07º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #953D1A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 26 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.42 |
| HSL | 17.07º | 0.7% | 0.34% | - |
| HSV(B) | 17.07º | 0.83% | 0.58% | - |
| XYZ | 14.25 | 9.8 | 2.12 | - |
| YUV | 83.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 26 | 0 | 0.59 | 0.83 | 0.42 | 17.07 | 0.7 | 0.34 |
| Hex | 95 | 3D | 1A | 0 | 3B | 53 | 2A | 11 | 46 | 22 |
| Octal | 225 | 75 | 32 | 0 | 73 | 123 | 52 | 21 | 106 | 42 |
| Binary | 10010101 | 111101 | 11010 | 0 | 111011 | 1010011 | 101010 | 10001 | 1000110 | 100010 |
Color Harmonies of #953D1A
Complementary color
Monochromatic Colors of #953D1A
Black with #953D1A
Text Example
Text Example
White with #953D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D1A; }
p { color: rgb(149,61,26); }
H1.HeaderClassName
{
color: #953D1A;
}
.AnyTagClassName
{
color: #953D1A;
}
</style>
background-color css
<style>
a { background-color: #953D1A; }
a { background-color: rgb(149,61,26); }
div.DivClassName
{
background-color: #953D1A;
}
.BgClassName
{
background-color: #953D1A;
}
</style>
border-color css
<style>
span { border-color: #953D1A; }
span { border-color: rgb(149,61,26); }
td.TdClassName
{
border-color: #953D1A;
}
.TagClassName
{
border-color: #953D1A;
}
</style>