Shades of Rock Spray #9C452D
Tints of Rock Spray #9C452D
RGB
CMYK
RGB Variations
Color information
#9C452D (or 0x9C452D) is known color: Rock Spray. HEX triplet: 9C, 45 and 2D. RGB value is (156,69,45). Sum of RGB (Red+Green+Blue) = 156+69+45=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C452D is #63BAD2. Grayscale: #5C5C5C. Windows color (decimal): -6535891 or 2966940. OLE color: 2966940.
HSL color Cylindrical-coordinate representation of color #9C452D: hue angle of 12.97º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C452D is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 45 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.39 |
| HSL | 12.97º | 0.55% | 0.39% | - |
| HSV(B) | 12.97º | 0.71% | 0.61% | - |
| XYZ | 16.31 | 11.51 | 3.85 | - |
| YUV | 92.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 45 | 0 | 0.56 | 0.71 | 0.39 | 12.97 | 0.55 | 0.39 |
| Hex | 9C | 45 | 2D | 0 | 38 | 47 | 27 | D | 37 | 27 |
| Octal | 234 | 105 | 55 | 0 | 70 | 107 | 47 | 15 | 67 | 47 |
| Binary | 10011100 | 1000101 | 101101 | 0 | 111000 | 1000111 | 100111 | 1101 | 110111 | 100111 |
Color Harmonies of #9C452D
Complementary color
Monochromatic Colors of #9C452D
Black with #9C452D
Text Example
Text Example
White with #9C452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C452D; }
p { color: rgb(156,69,45); }
H1.HeaderClassName
{
color: #9C452D;
}
.AnyTagClassName
{
color: #9C452D;
}
</style>
background-color css
<style>
a { background-color: #9C452D; }
a { background-color: rgb(156,69,45); }
div.DivClassName
{
background-color: #9C452D;
}
.BgClassName
{
background-color: #9C452D;
}
</style>
border-color css
<style>
span { border-color: #9C452D; }
span { border-color: rgb(156,69,45); }
td.TdClassName
{
border-color: #9C452D;
}
.TagClassName
{
border-color: #9C452D;
}
</style>