Shades of Rock Spray #9F4734
Tints of Rock Spray #9F4734
RGB
CMYK
RGB Variations
Color information
#9F4734 (or 0x9F4734) is known color: Rock Spray. HEX triplet: 9F, 47 and 34. RGB value is (159,71,52). Sum of RGB (Red+Green+Blue) = 159+71+52=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4734 is #60B8CB. Grayscale: #5F5F5F. Windows color (decimal): -6338764 or 3426207. OLE color: 3426207.
HSL color Cylindrical-coordinate representation of color #9F4734: hue angle of 10.65º 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 #9F4734 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 52 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.38 |
| HSL | 10.65º | 0.51% | 0.41% | - |
| HSV(B) | 10.65º | 0.67% | 0.62% | - |
| XYZ | 17.17 | 12.13 | 4.68 | - |
| YUV | 95.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 52 | 0 | 0.55 | 0.67 | 0.38 | 10.65 | 0.51 | 0.41 |
| Hex | 9F | 47 | 34 | 0 | 37 | 43 | 26 | B | 33 | 29 |
| Octal | 237 | 107 | 64 | 0 | 67 | 103 | 46 | 13 | 63 | 51 |
| Binary | 10011111 | 1000111 | 110100 | 0 | 110111 | 1000011 | 100110 | 1011 | 110011 | 101001 |
Color Harmonies of #9F4734
Complementary color
Monochromatic Colors of #9F4734
Black with #9F4734
Text Example
Text Example
White with #9F4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4734; }
p { color: rgb(159,71,52); }
H1.HeaderClassName
{
color: #9F4734;
}
.AnyTagClassName
{
color: #9F4734;
}
</style>
background-color css
<style>
a { background-color: #9F4734; }
a { background-color: rgb(159,71,52); }
div.DivClassName
{
background-color: #9F4734;
}
.BgClassName
{
background-color: #9F4734;
}
</style>
border-color css
<style>
span { border-color: #9F4734; }
span { border-color: rgb(159,71,52); }
td.TdClassName
{
border-color: #9F4734;
}
.TagClassName
{
border-color: #9F4734;
}
</style>