Shades of Rock Spray #9C4331
Tints of Rock Spray #9C4331
RGB
CMYK
RGB Variations
Color information
#9C4331 (or 0x9C4331) is known color: Rock Spray. HEX triplet: 9C, 43 and 31. RGB value is (156,67,49). Sum of RGB (Red+Green+Blue) = 156+67+49=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4331 is #63BCCE. Grayscale: #5B5B5B. Windows color (decimal): -6536399 or 3228572. OLE color: 3228572.
HSL color Cylindrical-coordinate representation of color #9C4331: hue angle of 10.09º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C4331 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 49 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.39 |
| HSL | 10.09º | 0.52% | 0.4% | - |
| HSV(B) | 10.09º | 0.69% | 0.61% | - |
| XYZ | 16.27 | 11.3 | 4.23 | - |
| YUV | 91.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 49 | 0 | 0.57 | 0.69 | 0.39 | 10.09 | 0.52 | 0.4 |
| Hex | 9C | 43 | 31 | 0 | 39 | 45 | 27 | A | 34 | 28 |
| Octal | 234 | 103 | 61 | 0 | 71 | 105 | 47 | 12 | 64 | 50 |
| Binary | 10011100 | 1000011 | 110001 | 0 | 111001 | 1000101 | 100111 | 1010 | 110100 | 101000 |
Color Harmonies of #9C4331
Complementary color
Monochromatic Colors of #9C4331
Black with #9C4331
Text Example
Text Example
White with #9C4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4331; }
p { color: rgb(156,67,49); }
H1.HeaderClassName
{
color: #9C4331;
}
.AnyTagClassName
{
color: #9C4331;
}
</style>
background-color css
<style>
a { background-color: #9C4331; }
a { background-color: rgb(156,67,49); }
div.DivClassName
{
background-color: #9C4331;
}
.BgClassName
{
background-color: #9C4331;
}
</style>
border-color css
<style>
span { border-color: #9C4331; }
span { border-color: rgb(156,67,49); }
td.TdClassName
{
border-color: #9C4331;
}
.TagClassName
{
border-color: #9C4331;
}
</style>