Shades of Rock Spray #9F4934
Tints of Rock Spray #9F4934
RGB
CMYK
RGB Variations
Color information
#9F4934 (or 0x9F4934) is known color: Rock Spray. HEX triplet: 9F, 49 and 34. RGB value is (159,73,52). Sum of RGB (Red+Green+Blue) = 159+73+52=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4934 is #60B6CB. Grayscale: #606060. Windows color (decimal): -6338252 or 3426719. OLE color: 3426719.
HSL color Cylindrical-coordinate representation of color #9F4934: hue angle of 11.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F4934 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 52 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.38 |
| HSL | 11.78º | 0.51% | 0.41% | - |
| HSV(B) | 11.78º | 0.67% | 0.62% | - |
| XYZ | 17.3 | 12.38 | 4.73 | - |
| YUV | 96.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 52 | 0 | 0.54 | 0.67 | 0.38 | 11.78 | 0.51 | 0.41 |
| Hex | 9F | 49 | 34 | 0 | 36 | 43 | 26 | C | 33 | 29 |
| Octal | 237 | 111 | 64 | 0 | 66 | 103 | 46 | 14 | 63 | 51 |
| Binary | 10011111 | 1001001 | 110100 | 0 | 110110 | 1000011 | 100110 | 1100 | 110011 | 101001 |
Color Harmonies of #9F4934
Complementary color
Monochromatic Colors of #9F4934
Black with #9F4934
Text Example
Text Example
White with #9F4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4934; }
p { color: rgb(159,73,52); }
H1.HeaderClassName
{
color: #9F4934;
}
.AnyTagClassName
{
color: #9F4934;
}
</style>
background-color css
<style>
a { background-color: #9F4934; }
a { background-color: rgb(159,73,52); }
div.DivClassName
{
background-color: #9F4934;
}
.BgClassName
{
background-color: #9F4934;
}
</style>
border-color css
<style>
span { border-color: #9F4934; }
span { border-color: rgb(159,73,52); }
td.TdClassName
{
border-color: #9F4934;
}
.TagClassName
{
border-color: #9F4934;
}
</style>