Shades of Rock Spray #9E4130
Tints of Rock Spray #9E4130
RGB
CMYK
RGB Variations
Color information
#9E4130 (or 0x9E4130) is known color: Rock Spray. HEX triplet: 9E, 41 and 30. RGB value is (158,65,48). Sum of RGB (Red+Green+Blue) = 158+65+48=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4130 is #61BECF. Grayscale: #5B5B5B. Windows color (decimal): -6405840 or 3162526. OLE color: 3162526.
HSL color Cylindrical-coordinate representation of color #9E4130: hue angle of 9.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E4130 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 48 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.38 |
| HSL | 9.27º | 0.53% | 0.4% | - |
| HSV(B) | 9.27º | 0.7% | 0.62% | - |
| XYZ | 16.52 | 11.26 | 4.1 | - |
| YUV | 90.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 48 | 0 | 0.59 | 0.70 | 0.38 | 9.27 | 0.53 | 0.4 |
| Hex | 9E | 41 | 30 | 0 | 3B | 46 | 26 | 9 | 35 | 28 |
| Octal | 236 | 101 | 60 | 0 | 73 | 106 | 46 | 11 | 65 | 50 |
| Binary | 10011110 | 1000001 | 110000 | 0 | 111011 | 1000110 | 100110 | 1001 | 110101 | 101000 |
Color Harmonies of #9E4130
Complementary color
Monochromatic Colors of #9E4130
Black with #9E4130
Text Example
Text Example
White with #9E4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4130; }
p { color: rgb(158,65,48); }
H1.HeaderClassName
{
color: #9E4130;
}
.AnyTagClassName
{
color: #9E4130;
}
</style>
background-color css
<style>
a { background-color: #9E4130; }
a { background-color: rgb(158,65,48); }
div.DivClassName
{
background-color: #9E4130;
}
.BgClassName
{
background-color: #9E4130;
}
</style>
border-color css
<style>
span { border-color: #9E4130; }
span { border-color: rgb(158,65,48); }
td.TdClassName
{
border-color: #9E4130;
}
.TagClassName
{
border-color: #9E4130;
}
</style>