Shades of Rock Spray #9C4028
Tints of Rock Spray #9C4028
RGB
CMYK
RGB Variations
Color information
#9C4028 (or 0x9C4028) is known color: Rock Spray. HEX triplet: 9C, 40 and 28. RGB value is (156,64,40). Sum of RGB (Red+Green+Blue) = 156+64+40=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4028 is #63BFD7. Grayscale: #585858. Windows color (decimal): -6537176 or 2637980. OLE color: 2637980.
HSL color Cylindrical-coordinate representation of color #9C4028: hue angle of 12.41º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C4028 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 40 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.39 |
| HSL | 12.41º | 0.59% | 0.38% | - |
| HSV(B) | 12.41º | 0.74% | 0.61% | - |
| XYZ | 15.93 | 10.89 | 3.27 | - |
| YUV | 88.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 40 | 0 | 0.59 | 0.74 | 0.39 | 12.41 | 0.59 | 0.38 |
| Hex | 9C | 40 | 28 | 0 | 3B | 4A | 27 | C | 3B | 26 |
| Octal | 234 | 100 | 50 | 0 | 73 | 112 | 47 | 14 | 73 | 46 |
| Binary | 10011100 | 1000000 | 101000 | 0 | 111011 | 1001010 | 100111 | 1100 | 111011 | 100110 |
Color Harmonies of #9C4028
Complementary color
Monochromatic Colors of #9C4028
Black with #9C4028
Text Example
Text Example
White with #9C4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4028; }
p { color: rgb(156,64,40); }
H1.HeaderClassName
{
color: #9C4028;
}
.AnyTagClassName
{
color: #9C4028;
}
</style>
background-color css
<style>
a { background-color: #9C4028; }
a { background-color: rgb(156,64,40); }
div.DivClassName
{
background-color: #9C4028;
}
.BgClassName
{
background-color: #9C4028;
}
</style>
border-color css
<style>
span { border-color: #9C4028; }
span { border-color: rgb(156,64,40); }
td.TdClassName
{
border-color: #9C4028;
}
.TagClassName
{
border-color: #9C4028;
}
</style>