Shades of Rock Spray #9A4833
Tints of Rock Spray #9A4833
RGB
CMYK
RGB Variations
Color information
#9A4833 (or 0x9A4833) is known color: Rock Spray. HEX triplet: 9A, 48 and 33. RGB value is (154,72,51). Sum of RGB (Red+Green+Blue) = 154+72+51=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4833 is #65B7CC. Grayscale: #5E5E5E. Windows color (decimal): -6666189 or 3360922. OLE color: 3360922.
HSL color Cylindrical-coordinate representation of color #9A4833: hue angle of 12.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4833 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 51 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.40 |
| HSL | 12.23º | 0.5% | 0.4% | - |
| HSV(B) | 12.23º | 0.67% | 0.6% | - |
| XYZ | 16.24 | 11.74 | 4.54 | - |
| YUV | 94.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 51 | 0 | 0.53 | 0.67 | 0.40 | 12.23 | 0.5 | 0.4 |
| Hex | 9A | 48 | 33 | 0 | 35 | 43 | 28 | C | 32 | 28 |
| Octal | 232 | 110 | 63 | 0 | 65 | 103 | 50 | 14 | 62 | 50 |
| Binary | 10011010 | 1001000 | 110011 | 0 | 110101 | 1000011 | 101000 | 1100 | 110010 | 101000 |
Color Harmonies of #9A4833
Complementary color
Monochromatic Colors of #9A4833
Black with #9A4833
Text Example
Text Example
White with #9A4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4833; }
p { color: rgb(154,72,51); }
H1.HeaderClassName
{
color: #9A4833;
}
.AnyTagClassName
{
color: #9A4833;
}
</style>
background-color css
<style>
a { background-color: #9A4833; }
a { background-color: rgb(154,72,51); }
div.DivClassName
{
background-color: #9A4833;
}
.BgClassName
{
background-color: #9A4833;
}
</style>
border-color css
<style>
span { border-color: #9A4833; }
span { border-color: rgb(154,72,51); }
td.TdClassName
{
border-color: #9A4833;
}
.TagClassName
{
border-color: #9A4833;
}
</style>