Shades of Rock Spray #9B4933
Tints of Rock Spray #9B4933
RGB
CMYK
RGB Variations
Color information
#9B4933 (or 0x9B4933) is known color: Rock Spray. HEX triplet: 9B, 49 and 33. RGB value is (155,73,51). Sum of RGB (Red+Green+Blue) = 155+73+51=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4933 is #64B6CC. Grayscale: #5F5F5F. Windows color (decimal): -6600397 or 3361179. OLE color: 3361179.
HSL color Cylindrical-coordinate representation of color #9B4933: hue angle of 12.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4933 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 51 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.39 |
| HSL | 12.69º | 0.5% | 0.4% | - |
| HSV(B) | 12.69º | 0.67% | 0.61% | - |
| XYZ | 16.5 | 11.97 | 4.57 | - |
| YUV | 95.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 51 | 0 | 0.53 | 0.67 | 0.39 | 12.69 | 0.5 | 0.4 |
| Hex | 9B | 49 | 33 | 0 | 35 | 43 | 27 | D | 32 | 28 |
| Octal | 233 | 111 | 63 | 0 | 65 | 103 | 47 | 15 | 62 | 50 |
| Binary | 10011011 | 1001001 | 110011 | 0 | 110101 | 1000011 | 100111 | 1101 | 110010 | 101000 |
Color Harmonies of #9B4933
Complementary color
Monochromatic Colors of #9B4933
Black with #9B4933
Text Example
Text Example
White with #9B4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4933; }
p { color: rgb(155,73,51); }
H1.HeaderClassName
{
color: #9B4933;
}
.AnyTagClassName
{
color: #9B4933;
}
</style>
background-color css
<style>
a { background-color: #9B4933; }
a { background-color: rgb(155,73,51); }
div.DivClassName
{
background-color: #9B4933;
}
.BgClassName
{
background-color: #9B4933;
}
</style>
border-color css
<style>
span { border-color: #9B4933; }
span { border-color: rgb(155,73,51); }
td.TdClassName
{
border-color: #9B4933;
}
.TagClassName
{
border-color: #9B4933;
}
</style>