Shades of Rock Spray #994A32
Tints of Rock Spray #994A32
RGB
CMYK
RGB Variations
Color information
#994A32 (or 0x994A32) is known color: Rock Spray. HEX triplet: 99, 4A and 32. RGB value is (153,74,50). Sum of RGB (Red+Green+Blue) = 153+74+50=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A32 is #66B5CD. Grayscale: #5F5F5F. Windows color (decimal): -6731214 or 3295897. OLE color: 3295897.
HSL color Cylindrical-coordinate representation of color #994A32: hue angle of 13.98º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994A32 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 50 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.4 |
| HSL | 13.98º | 0.51% | 0.4% | - |
| HSV(B) | 13.98º | 0.67% | 0.6% | - |
| XYZ | 16.16 | 11.9 | 4.46 | - |
| YUV | 94.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 50 | 0 | 0.52 | 0.67 | 0.4 | 13.98 | 0.51 | 0.4 |
| Hex | 99 | 4A | 32 | 0 | 34 | 43 | 28 | E | 33 | 28 |
| Octal | 231 | 112 | 62 | 0 | 64 | 103 | 50 | 16 | 63 | 50 |
| Binary | 10011001 | 1001010 | 110010 | 0 | 110100 | 1000011 | 101000 | 1110 | 110011 | 101000 |
Color Harmonies of #994A32
Complementary color
Monochromatic Colors of #994A32
Black with #994A32
Text Example
Text Example
White with #994A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A32; }
p { color: rgb(153,74,50); }
H1.HeaderClassName
{
color: #994A32;
}
.AnyTagClassName
{
color: #994A32;
}
</style>
background-color css
<style>
a { background-color: #994A32; }
a { background-color: rgb(153,74,50); }
div.DivClassName
{
background-color: #994A32;
}
.BgClassName
{
background-color: #994A32;
}
</style>
border-color css
<style>
span { border-color: #994A32; }
span { border-color: rgb(153,74,50); }
td.TdClassName
{
border-color: #994A32;
}
.TagClassName
{
border-color: #994A32;
}
</style>