Shades of Rock Spray #9A4321
Tints of Rock Spray #9A4321
RGB
CMYK
RGB Variations
Color information
#9A4321 (or 0x9A4321) is known color: Rock Spray. HEX triplet: 9A, 43 and 21. RGB value is (154,67,33). Sum of RGB (Red+Green+Blue) = 154+67+33=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4321 is #65BCDE. Grayscale: #595959. Windows color (decimal): -6667487 or 2179994. OLE color: 2179994.
HSL color Cylindrical-coordinate representation of color #9A4321: hue angle of 16.86º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A4321 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 67 | 33 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.40 |
| HSL | 16.86º | 0.65% | 0.37% | - |
| HSV(B) | 16.86º | 0.79% | 0.6% | - |
| XYZ | 15.61 | 10.99 | 2.74 | - |
| YUV | 89.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 33 | 0 | 0.56 | 0.79 | 0.40 | 16.86 | 0.65 | 0.37 |
| Hex | 9A | 43 | 21 | 0 | 38 | 4F | 28 | 11 | 41 | 25 |
| Octal | 232 | 103 | 41 | 0 | 70 | 117 | 50 | 21 | 101 | 45 |
| Binary | 10011010 | 1000011 | 100001 | 0 | 111000 | 1001111 | 101000 | 10001 | 1000001 | 100101 |
Color Harmonies of #9A4321
Complementary color
Monochromatic Colors of #9A4321
Black with #9A4321
Text Example
Text Example
White with #9A4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4321; }
p { color: rgb(154,67,33); }
H1.HeaderClassName
{
color: #9A4321;
}
.AnyTagClassName
{
color: #9A4321;
}
</style>
background-color css
<style>
a { background-color: #9A4321; }
a { background-color: rgb(154,67,33); }
div.DivClassName
{
background-color: #9A4321;
}
.BgClassName
{
background-color: #9A4321;
}
</style>
border-color css
<style>
span { border-color: #9A4321; }
span { border-color: rgb(154,67,33); }
td.TdClassName
{
border-color: #9A4321;
}
.TagClassName
{
border-color: #9A4321;
}
</style>