Shades of Rock Spray #9E4A35
Tints of Rock Spray #9E4A35
RGB
CMYK
RGB Variations
Color information
#9E4A35 (or 0x9E4A35) is known color: Rock Spray. HEX triplet: 9E, 4A and 35. RGB value is (158,74,53). Sum of RGB (Red+Green+Blue) = 158+74+53=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A35 is #61B5CA. Grayscale: #606060. Windows color (decimal): -6403531 or 3492510. OLE color: 3492510.
HSL color Cylindrical-coordinate representation of color #9E4A35: hue angle of 12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4A35 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 53 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.38 |
| HSL | 12º | 0.5% | 0.41% | - |
| HSV(B) | 12º | 0.66% | 0.62% | - |
| XYZ | 17.19 | 12.42 | 4.86 | - |
| YUV | 96.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 53 | 0 | 0.53 | 0.66 | 0.38 | 12 | 0.5 | 0.41 |
| Hex | 9E | 4A | 35 | 0 | 35 | 42 | 26 | C | 32 | 29 |
| Octal | 236 | 112 | 65 | 0 | 65 | 102 | 46 | 14 | 62 | 51 |
| Binary | 10011110 | 1001010 | 110101 | 0 | 110101 | 1000010 | 100110 | 1100 | 110010 | 101001 |
Color Harmonies of #9E4A35
Complementary color
Monochromatic Colors of #9E4A35
Black with #9E4A35
Text Example
Text Example
White with #9E4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A35; }
p { color: rgb(158,74,53); }
H1.HeaderClassName
{
color: #9E4A35;
}
.AnyTagClassName
{
color: #9E4A35;
}
</style>
background-color css
<style>
a { background-color: #9E4A35; }
a { background-color: rgb(158,74,53); }
div.DivClassName
{
background-color: #9E4A35;
}
.BgClassName
{
background-color: #9E4A35;
}
</style>
border-color css
<style>
span { border-color: #9E4A35; }
span { border-color: rgb(158,74,53); }
td.TdClassName
{
border-color: #9E4A35;
}
.TagClassName
{
border-color: #9E4A35;
}
</style>