Shades of Rock Spray #9A4223
Tints of Rock Spray #9A4223
RGB
CMYK
RGB Variations
Color information
#9A4223 (or 0x9A4223) is known color: Rock Spray. HEX triplet: 9A, 42 and 23. RGB value is (154,66,35). Sum of RGB (Red+Green+Blue) = 154+66+35=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4223 is #65BDDC. Grayscale: #585858. Windows color (decimal): -6667741 or 2310810. OLE color: 2310810.
HSL color Cylindrical-coordinate representation of color #9A4223: hue angle of 15.63º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A4223 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 35 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.40 |
| HSL | 15.63º | 0.63% | 0.37% | - |
| HSV(B) | 15.63º | 0.77% | 0.6% | - |
| XYZ | 15.58 | 10.89 | 2.87 | - |
| YUV | 88.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 35 | 0 | 0.57 | 0.77 | 0.40 | 15.63 | 0.63 | 0.37 |
| Hex | 9A | 42 | 23 | 0 | 39 | 4D | 28 | 10 | 3F | 25 |
| Octal | 232 | 102 | 43 | 0 | 71 | 115 | 50 | 20 | 77 | 45 |
| Binary | 10011010 | 1000010 | 100011 | 0 | 111001 | 1001101 | 101000 | 10000 | 111111 | 100101 |
Color Harmonies of #9A4223
Complementary color
Monochromatic Colors of #9A4223
Black with #9A4223
Text Example
Text Example
White with #9A4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4223; }
p { color: rgb(154,66,35); }
H1.HeaderClassName
{
color: #9A4223;
}
.AnyTagClassName
{
color: #9A4223;
}
</style>
background-color css
<style>
a { background-color: #9A4223; }
a { background-color: rgb(154,66,35); }
div.DivClassName
{
background-color: #9A4223;
}
.BgClassName
{
background-color: #9A4223;
}
</style>
border-color css
<style>
span { border-color: #9A4223; }
span { border-color: rgb(154,66,35); }
td.TdClassName
{
border-color: #9A4223;
}
.TagClassName
{
border-color: #9A4223;
}
</style>