Shades of Rock Spray #9F4427
Tints of Rock Spray #9F4427
RGB
CMYK
RGB Variations
Color information
#9F4427 (or 0x9F4427) is known color: Rock Spray. HEX triplet: 9F, 44 and 27. RGB value is (159,68,39). Sum of RGB (Red+Green+Blue) = 159+68+39=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4427 is #60BBD8. Grayscale: #5C5C5C. Windows color (decimal): -6339545 or 2573471. OLE color: 2573471.
HSL color Cylindrical-coordinate representation of color #9F4427: hue angle of 14.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F4427 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 39 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.38 |
| HSL | 14.5º | 0.61% | 0.39% | - |
| HSV(B) | 14.5º | 0.75% | 0.62% | - |
| XYZ | 16.73 | 11.65 | 3.29 | - |
| YUV | 91.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 39 | 0 | 0.57 | 0.75 | 0.38 | 14.5 | 0.61 | 0.39 |
| Hex | 9F | 44 | 27 | 0 | 39 | 4B | 26 | E | 3D | 27 |
| Octal | 237 | 104 | 47 | 0 | 71 | 113 | 46 | 16 | 75 | 47 |
| Binary | 10011111 | 1000100 | 100111 | 0 | 111001 | 1001011 | 100110 | 1110 | 111101 | 100111 |
Color Harmonies of #9F4427
Complementary color
Monochromatic Colors of #9F4427
Black with #9F4427
Text Example
Text Example
White with #9F4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4427; }
p { color: rgb(159,68,39); }
H1.HeaderClassName
{
color: #9F4427;
}
.AnyTagClassName
{
color: #9F4427;
}
</style>
background-color css
<style>
a { background-color: #9F4427; }
a { background-color: rgb(159,68,39); }
div.DivClassName
{
background-color: #9F4427;
}
.BgClassName
{
background-color: #9F4427;
}
</style>
border-color css
<style>
span { border-color: #9F4427; }
span { border-color: rgb(159,68,39); }
td.TdClassName
{
border-color: #9F4427;
}
.TagClassName
{
border-color: #9F4427;
}
</style>