Shades of Rock Spray #9E4C34
Tints of Rock Spray #9E4C34
RGB
CMYK
RGB Variations
Color information
#9E4C34 (or 0x9E4C34) is known color: Rock Spray. HEX triplet: 9E, 4C and 34. RGB value is (158,76,52). Sum of RGB (Red+Green+Blue) = 158+76+52=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4C34 is #61B3CB. Grayscale: #616161. Windows color (decimal): -6403020 or 3427486. OLE color: 3427486.
HSL color Cylindrical-coordinate representation of color #9E4C34: hue angle of 13.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4C34 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 52 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.38 |
| HSL | 13.58º | 0.5% | 0.41% | - |
| HSV(B) | 13.58º | 0.67% | 0.62% | - |
| XYZ | 17.3 | 12.69 | 4.79 | - |
| YUV | 97.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 52 | 0 | 0.52 | 0.67 | 0.38 | 13.58 | 0.5 | 0.41 |
| Hex | 9E | 4C | 34 | 0 | 34 | 43 | 26 | E | 32 | 29 |
| Octal | 236 | 114 | 64 | 0 | 64 | 103 | 46 | 16 | 62 | 51 |
| Binary | 10011110 | 1001100 | 110100 | 0 | 110100 | 1000011 | 100110 | 1110 | 110010 | 101001 |
Color Harmonies of #9E4C34
Complementary color
Monochromatic Colors of #9E4C34
Black with #9E4C34
Text Example
Text Example
White with #9E4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C34; }
p { color: rgb(158,76,52); }
H1.HeaderClassName
{
color: #9E4C34;
}
.AnyTagClassName
{
color: #9E4C34;
}
</style>
background-color css
<style>
a { background-color: #9E4C34; }
a { background-color: rgb(158,76,52); }
div.DivClassName
{
background-color: #9E4C34;
}
.BgClassName
{
background-color: #9E4C34;
}
</style>
border-color css
<style>
span { border-color: #9E4C34; }
span { border-color: rgb(158,76,52); }
td.TdClassName
{
border-color: #9E4C34;
}
.TagClassName
{
border-color: #9E4C34;
}
</style>