Shades of Rock Spray #9F4423
Tints of Rock Spray #9F4423
RGB
CMYK
RGB Variations
Color information
#9F4423 (or 0x9F4423) is known color: Rock Spray. HEX triplet: 9F, 44 and 23. RGB value is (159,68,35). Sum of RGB (Red+Green+Blue) = 159+68+35=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4423 is #60BBDC. Grayscale: #5B5B5B. Windows color (decimal): -6339549 or 2311327. OLE color: 2311327.
HSL color Cylindrical-coordinate representation of color #9F4423: hue angle of 15.97º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F4423 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 35 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.38 |
| HSL | 15.97º | 0.64% | 0.38% | - |
| HSV(B) | 15.97º | 0.78% | 0.62% | - |
| XYZ | 16.67 | 11.63 | 2.96 | - |
| YUV | 91.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 35 | 0 | 0.57 | 0.78 | 0.38 | 15.97 | 0.64 | 0.38 |
| Hex | 9F | 44 | 23 | 0 | 39 | 4E | 26 | 10 | 40 | 26 |
| Octal | 237 | 104 | 43 | 0 | 71 | 116 | 46 | 20 | 100 | 46 |
| Binary | 10011111 | 1000100 | 100011 | 0 | 111001 | 1001110 | 100110 | 10000 | 1000000 | 100110 |
Color Harmonies of #9F4423
Complementary color
Monochromatic Colors of #9F4423
Black with #9F4423
Text Example
Text Example
White with #9F4423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4423; }
p { color: rgb(159,68,35); }
H1.HeaderClassName
{
color: #9F4423;
}
.AnyTagClassName
{
color: #9F4423;
}
</style>
background-color css
<style>
a { background-color: #9F4423; }
a { background-color: rgb(159,68,35); }
div.DivClassName
{
background-color: #9F4423;
}
.BgClassName
{
background-color: #9F4423;
}
</style>
border-color css
<style>
span { border-color: #9F4423; }
span { border-color: rgb(159,68,35); }
td.TdClassName
{
border-color: #9F4423;
}
.TagClassName
{
border-color: #9F4423;
}
</style>