Shades of Rock Spray #9B4833
Tints of Rock Spray #9B4833
RGB
CMYK
RGB Variations
Color information
#9B4833 (or 0x9B4833) is known color: Rock Spray. HEX triplet: 9B, 48 and 33. RGB value is (155,72,51). Sum of RGB (Red+Green+Blue) = 155+72+51=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4833 is #64B7CC. Grayscale: #5E5E5E. Windows color (decimal): -6600653 or 3360923. OLE color: 3360923.
HSL color Cylindrical-coordinate representation of color #9B4833: hue angle of 12.12º 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 #9B4833 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 51 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.39 |
| HSL | 12.12º | 0.5% | 0.4% | - |
| HSV(B) | 12.12º | 0.67% | 0.61% | - |
| XYZ | 16.43 | 11.84 | 4.55 | - |
| YUV | 94.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 51 | 0 | 0.54 | 0.67 | 0.39 | 12.12 | 0.5 | 0.4 |
| Hex | 9B | 48 | 33 | 0 | 36 | 43 | 27 | C | 32 | 28 |
| Octal | 233 | 110 | 63 | 0 | 66 | 103 | 47 | 14 | 62 | 50 |
| Binary | 10011011 | 1001000 | 110011 | 0 | 110110 | 1000011 | 100111 | 1100 | 110010 | 101000 |
Color Harmonies of #9B4833
Complementary color
Monochromatic Colors of #9B4833
Black with #9B4833
Text Example
Text Example
White with #9B4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4833; }
p { color: rgb(155,72,51); }
H1.HeaderClassName
{
color: #9B4833;
}
.AnyTagClassName
{
color: #9B4833;
}
</style>
background-color css
<style>
a { background-color: #9B4833; }
a { background-color: rgb(155,72,51); }
div.DivClassName
{
background-color: #9B4833;
}
.BgClassName
{
background-color: #9B4833;
}
</style>
border-color css
<style>
span { border-color: #9B4833; }
span { border-color: rgb(155,72,51); }
td.TdClassName
{
border-color: #9B4833;
}
.TagClassName
{
border-color: #9B4833;
}
</style>