Shades of Rock Spray #9F4A33
Tints of Rock Spray #9F4A33
RGB
CMYK
RGB Variations
Color information
#9F4A33 (or 0x9F4A33) is known color: Rock Spray. HEX triplet: 9F, 4A and 33. RGB value is (159,74,51). Sum of RGB (Red+Green+Blue) = 159+74+51=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4A33 is #60B5CC. Grayscale: #606060. Windows color (decimal): -6337997 or 3361439. OLE color: 3361439.
HSL color Cylindrical-coordinate representation of color #9F4A33: hue angle of 12.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4A33 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 51 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.38 |
| HSL | 12.78º | 0.51% | 0.41% | - |
| HSV(B) | 12.78º | 0.68% | 0.62% | - |
| XYZ | 17.34 | 12.51 | 4.63 | - |
| YUV | 96.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 51 | 0 | 0.53 | 0.68 | 0.38 | 12.78 | 0.51 | 0.41 |
| Hex | 9F | 4A | 33 | 0 | 35 | 44 | 26 | D | 33 | 29 |
| Octal | 237 | 112 | 63 | 0 | 65 | 104 | 46 | 15 | 63 | 51 |
| Binary | 10011111 | 1001010 | 110011 | 0 | 110101 | 1000100 | 100110 | 1101 | 110011 | 101001 |
Color Harmonies of #9F4A33
Complementary color
Monochromatic Colors of #9F4A33
Black with #9F4A33
Text Example
Text Example
White with #9F4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A33; }
p { color: rgb(159,74,51); }
H1.HeaderClassName
{
color: #9F4A33;
}
.AnyTagClassName
{
color: #9F4A33;
}
</style>
background-color css
<style>
a { background-color: #9F4A33; }
a { background-color: rgb(159,74,51); }
div.DivClassName
{
background-color: #9F4A33;
}
.BgClassName
{
background-color: #9F4A33;
}
</style>
border-color css
<style>
span { border-color: #9F4A33; }
span { border-color: rgb(159,74,51); }
td.TdClassName
{
border-color: #9F4A33;
}
.TagClassName
{
border-color: #9F4A33;
}
</style>