Shades of Rock Spray #9B4C34
Tints of Rock Spray #9B4C34
RGB
CMYK
RGB Variations
Color information
#9B4C34 (or 0x9B4C34) is known color: Rock Spray. HEX triplet: 9B, 4C and 34. RGB value is (155,76,52). Sum of RGB (Red+Green+Blue) = 155+76+52=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C34 is #64B3CB. Grayscale: #616161. Windows color (decimal): -6599628 or 3427483. OLE color: 3427483.
HSL color Cylindrical-coordinate representation of color #9B4C34: hue angle of 13.98º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4C34 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 76 | 52 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.39 |
| HSL | 13.98º | 0.5% | 0.41% | - |
| HSV(B) | 13.98º | 0.66% | 0.61% | - |
| XYZ | 16.72 | 12.39 | 4.76 | - |
| YUV | 96.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 52 | 0 | 0.51 | 0.66 | 0.39 | 13.98 | 0.5 | 0.41 |
| Hex | 9B | 4C | 34 | 0 | 33 | 42 | 27 | E | 32 | 29 |
| Octal | 233 | 114 | 64 | 0 | 63 | 102 | 47 | 16 | 62 | 51 |
| Binary | 10011011 | 1001100 | 110100 | 0 | 110011 | 1000010 | 100111 | 1110 | 110010 | 101001 |
Color Harmonies of #9B4C34
Complementary color
Monochromatic Colors of #9B4C34
Black with #9B4C34
Text Example
Text Example
White with #9B4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4C34; }
p { color: rgb(155,76,52); }
H1.HeaderClassName
{
color: #9B4C34;
}
.AnyTagClassName
{
color: #9B4C34;
}
</style>
background-color css
<style>
a { background-color: #9B4C34; }
a { background-color: rgb(155,76,52); }
div.DivClassName
{
background-color: #9B4C34;
}
.BgClassName
{
background-color: #9B4C34;
}
</style>
border-color css
<style>
span { border-color: #9B4C34; }
span { border-color: rgb(155,76,52); }
td.TdClassName
{
border-color: #9B4C34;
}
.TagClassName
{
border-color: #9B4C34;
}
</style>