Shades of Rock Spray #9F4B32
Tints of Rock Spray #9F4B32
RGB
CMYK
RGB Variations
Color information
#9F4B32 (or 0x9F4B32) is known color: Rock Spray. HEX triplet: 9F, 4B and 32. RGB value is (159,75,50). Sum of RGB (Red+Green+Blue) = 159+75+50=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4B32 is #60B4CD. Grayscale: #616161. Windows color (decimal): -6337742 or 3296159. OLE color: 3296159.
HSL color Cylindrical-coordinate representation of color #9F4B32: hue angle of 13.76º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4B32 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 50 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.38 |
| HSL | 13.76º | 0.52% | 0.41% | - |
| HSV(B) | 13.76º | 0.69% | 0.62% | - |
| XYZ | 17.39 | 12.63 | 4.54 | - |
| YUV | 97.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 50 | 0 | 0.53 | 0.69 | 0.38 | 13.76 | 0.52 | 0.41 |
| Hex | 9F | 4B | 32 | 0 | 35 | 45 | 26 | E | 34 | 29 |
| Octal | 237 | 113 | 62 | 0 | 65 | 105 | 46 | 16 | 64 | 51 |
| Binary | 10011111 | 1001011 | 110010 | 0 | 110101 | 1000101 | 100110 | 1110 | 110100 | 101001 |
Color Harmonies of #9F4B32
Complementary color
Monochromatic Colors of #9F4B32
Black with #9F4B32
Text Example
Text Example
White with #9F4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B32; }
p { color: rgb(159,75,50); }
H1.HeaderClassName
{
color: #9F4B32;
}
.AnyTagClassName
{
color: #9F4B32;
}
</style>
background-color css
<style>
a { background-color: #9F4B32; }
a { background-color: rgb(159,75,50); }
div.DivClassName
{
background-color: #9F4B32;
}
.BgClassName
{
background-color: #9F4B32;
}
</style>
border-color css
<style>
span { border-color: #9F4B32; }
span { border-color: rgb(159,75,50); }
td.TdClassName
{
border-color: #9F4B32;
}
.TagClassName
{
border-color: #9F4B32;
}
</style>