Shades of Rock Spray #9F4034
Tints of Rock Spray #9F4034
RGB
CMYK
RGB Variations
Color information
#9F4034 (or 0x9F4034) is known color: Rock Spray. HEX triplet: 9F, 40 and 34. RGB value is (159,64,52). Sum of RGB (Red+Green+Blue) = 159+64+52=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4034 is #60BFCB. Grayscale: #5B5B5B. Windows color (decimal): -6340556 or 3424415. OLE color: 3424415.
HSL color Cylindrical-coordinate representation of color #9F4034: hue angle of 6.73º 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 #9F4034 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 52 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.38 |
| HSL | 6.73º | 0.51% | 0.41% | - |
| HSV(B) | 6.73º | 0.67% | 0.62% | - |
| XYZ | 16.75 | 11.29 | 4.54 | - |
| YUV | 91.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 52 | 0 | 0.60 | 0.67 | 0.38 | 6.73 | 0.51 | 0.41 |
| Hex | 9F | 40 | 34 | 0 | 3C | 43 | 26 | 7 | 33 | 29 |
| Octal | 237 | 100 | 64 | 0 | 74 | 103 | 46 | 7 | 63 | 51 |
| Binary | 10011111 | 1000000 | 110100 | 0 | 111100 | 1000011 | 100110 | 111 | 110011 | 101001 |
Color Harmonies of #9F4034
Complementary color
Monochromatic Colors of #9F4034
Black with #9F4034
Text Example
Text Example
White with #9F4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4034; }
p { color: rgb(159,64,52); }
H1.HeaderClassName
{
color: #9F4034;
}
.AnyTagClassName
{
color: #9F4034;
}
</style>
background-color css
<style>
a { background-color: #9F4034; }
a { background-color: rgb(159,64,52); }
div.DivClassName
{
background-color: #9F4034;
}
.BgClassName
{
background-color: #9F4034;
}
</style>
border-color css
<style>
span { border-color: #9F4034; }
span { border-color: rgb(159,64,52); }
td.TdClassName
{
border-color: #9F4034;
}
.TagClassName
{
border-color: #9F4034;
}
</style>