Shades of Rock Spray #9F4726
Tints of Rock Spray #9F4726
RGB
CMYK
RGB Variations
Color information
#9F4726 (or 0x9F4726) is known color: Rock Spray. HEX triplet: 9F, 47 and 26. RGB value is (159,71,38). Sum of RGB (Red+Green+Blue) = 159+71+38=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4726 is #60B8D9. Grayscale: #5D5D5D. Windows color (decimal): -6338778 or 2508703. OLE color: 2508703.
HSL color Cylindrical-coordinate representation of color #9F4726: hue angle of 16.36º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F4726 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 38 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.38 |
| HSL | 16.36º | 0.61% | 0.39% | - |
| HSV(B) | 16.36º | 0.76% | 0.62% | - |
| XYZ | 16.9 | 12.02 | 3.26 | - |
| YUV | 93.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 38 | 0 | 0.55 | 0.76 | 0.38 | 16.36 | 0.61 | 0.39 |
| Hex | 9F | 47 | 26 | 0 | 37 | 4C | 26 | 10 | 3D | 27 |
| Octal | 237 | 107 | 46 | 0 | 67 | 114 | 46 | 20 | 75 | 47 |
| Binary | 10011111 | 1000111 | 100110 | 0 | 110111 | 1001100 | 100110 | 10000 | 111101 | 100111 |
Color Harmonies of #9F4726
Complementary color
Monochromatic Colors of #9F4726
Black with #9F4726
Text Example
Text Example
White with #9F4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4726; }
p { color: rgb(159,71,38); }
H1.HeaderClassName
{
color: #9F4726;
}
.AnyTagClassName
{
color: #9F4726;
}
</style>
background-color css
<style>
a { background-color: #9F4726; }
a { background-color: rgb(159,71,38); }
div.DivClassName
{
background-color: #9F4726;
}
.BgClassName
{
background-color: #9F4726;
}
</style>
border-color css
<style>
span { border-color: #9F4726; }
span { border-color: rgb(159,71,38); }
td.TdClassName
{
border-color: #9F4726;
}
.TagClassName
{
border-color: #9F4726;
}
</style>