Shades of Rock Spray #984932
Tints of Rock Spray #984932
RGB
CMYK
RGB Variations
Color information
#984932 (or 0x984932) is known color: Rock Spray. HEX triplet: 98, 49 and 32. RGB value is (152,73,50). Sum of RGB (Red+Green+Blue) = 152+73+50=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #984932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984932 is #67B6CD. Grayscale: #5E5E5E. Windows color (decimal): -6797006 or 3295640. OLE color: 3295640.
HSL color Cylindrical-coordinate representation of color #984932: hue angle of 13.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984932 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 50 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.40 |
| HSL | 13.53º | 0.5% | 0.4% | - |
| HSV(B) | 13.53º | 0.67% | 0.6% | - |
| XYZ | 15.91 | 11.67 | 4.43 | - |
| YUV | 94 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 50 | 0 | 0.52 | 0.67 | 0.40 | 13.53 | 0.5 | 0.4 |
| Hex | 98 | 49 | 32 | 0 | 34 | 43 | 28 | E | 32 | 28 |
| Octal | 230 | 111 | 62 | 0 | 64 | 103 | 50 | 16 | 62 | 50 |
| Binary | 10011000 | 1001001 | 110010 | 0 | 110100 | 1000011 | 101000 | 1110 | 110010 | 101000 |
Color Harmonies of #984932
Complementary color
Monochromatic Colors of #984932
Black with #984932
Text Example
Text Example
White with #984932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984932; }
p { color: rgb(152,73,50); }
H1.HeaderClassName
{
color: #984932;
}
.AnyTagClassName
{
color: #984932;
}
</style>
background-color css
<style>
a { background-color: #984932; }
a { background-color: rgb(152,73,50); }
div.DivClassName
{
background-color: #984932;
}
.BgClassName
{
background-color: #984932;
}
</style>
border-color css
<style>
span { border-color: #984932; }
span { border-color: rgb(152,73,50); }
td.TdClassName
{
border-color: #984932;
}
.TagClassName
{
border-color: #984932;
}
</style>