Shades of Fire #953C22
Tints of Fire #953C22
RGB
CMYK
RGB Variations
Color information
#953C22 (or 0x953C22) is known color: Fire. HEX triplet: 95, 3C and 22. RGB value is (149,60,34). Sum of RGB (Red+Green+Blue) = 149+60+34=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C22 is #6AC3DD. Grayscale: #535353. Windows color (decimal): -6996958 or 2243733. OLE color: 2243733.
HSL color Cylindrical-coordinate representation of color #953C22: hue angle of 13.57º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953C22 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 34 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.42 |
| HSL | 13.57º | 0.63% | 0.36% | - |
| HSV(B) | 13.57º | 0.77% | 0.58% | - |
| XYZ | 14.3 | 9.74 | 2.64 | - |
| YUV | 83.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 34 | 0 | 0.60 | 0.77 | 0.42 | 13.57 | 0.63 | 0.36 |
| Hex | 95 | 3C | 22 | 0 | 3C | 4D | 2A | E | 3F | 24 |
| Octal | 225 | 74 | 42 | 0 | 74 | 115 | 52 | 16 | 77 | 44 |
| Binary | 10010101 | 111100 | 100010 | 0 | 111100 | 1001101 | 101010 | 1110 | 111111 | 100100 |
Color Harmonies of #953C22
Complementary color
Monochromatic Colors of #953C22
Black with #953C22
Text Example
Text Example
White with #953C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C22; }
p { color: rgb(149,60,34); }
H1.HeaderClassName
{
color: #953C22;
}
.AnyTagClassName
{
color: #953C22;
}
</style>
background-color css
<style>
a { background-color: #953C22; }
a { background-color: rgb(149,60,34); }
div.DivClassName
{
background-color: #953C22;
}
.BgClassName
{
background-color: #953C22;
}
</style>
border-color css
<style>
span { border-color: #953C22; }
span { border-color: rgb(149,60,34); }
td.TdClassName
{
border-color: #953C22;
}
.TagClassName
{
border-color: #953C22;
}
</style>