Shades of Rock Spray #9F4433
Tints of Rock Spray #9F4433
RGB
CMYK
RGB Variations
Color information
#9F4433 (or 0x9F4433) is known color: Rock Spray. HEX triplet: 9F, 44 and 33. RGB value is (159,68,51). Sum of RGB (Red+Green+Blue) = 159+68+51=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4433 is #60BBCC. Grayscale: #5D5D5D. Windows color (decimal): -6339533 or 3359903. OLE color: 3359903.
HSL color Cylindrical-coordinate representation of color #9F4433: hue angle of 9.44º 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 #9F4433 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 51 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.38 |
| HSL | 9.44º | 0.51% | 0.41% | - |
| HSV(B) | 9.44º | 0.68% | 0.62% | - |
| XYZ | 16.96 | 11.74 | 4.5 | - |
| YUV | 93.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 51 | 0 | 0.57 | 0.68 | 0.38 | 9.44 | 0.51 | 0.41 |
| Hex | 9F | 44 | 33 | 0 | 39 | 44 | 26 | 9 | 33 | 29 |
| Octal | 237 | 104 | 63 | 0 | 71 | 104 | 46 | 11 | 63 | 51 |
| Binary | 10011111 | 1000100 | 110011 | 0 | 111001 | 1000100 | 100110 | 1001 | 110011 | 101001 |
Color Harmonies of #9F4433
Complementary color
Monochromatic Colors of #9F4433
Black with #9F4433
Text Example
Text Example
White with #9F4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4433; }
p { color: rgb(159,68,51); }
H1.HeaderClassName
{
color: #9F4433;
}
.AnyTagClassName
{
color: #9F4433;
}
</style>
background-color css
<style>
a { background-color: #9F4433; }
a { background-color: rgb(159,68,51); }
div.DivClassName
{
background-color: #9F4433;
}
.BgClassName
{
background-color: #9F4433;
}
</style>
border-color css
<style>
span { border-color: #9F4433; }
span { border-color: rgb(159,68,51); }
td.TdClassName
{
border-color: #9F4433;
}
.TagClassName
{
border-color: #9F4433;
}
</style>