Shades of Rock Spray #99441F
Tints of Rock Spray #99441F
RGB
CMYK
RGB Variations
Color information
#99441F (or 0x99441F) is known color: Rock Spray. HEX triplet: 99, 44 and 1F. RGB value is (153,68,31). Sum of RGB (Red+Green+Blue) = 153+68+31=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99441F is #66BBE0. Grayscale: #595959. Windows color (decimal): -6732769 or 2049177. OLE color: 2049177.
HSL color Cylindrical-coordinate representation of color #99441F: hue angle of 18.2º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99441F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 31 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.4 |
| HSL | 18.2º | 0.66% | 0.36% | - |
| HSV(B) | 18.2º | 0.8% | 0.6% | - |
| XYZ | 15.45 | 11.01 | 2.61 | - |
| YUV | 89.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 31 | 0 | 0.56 | 0.80 | 0.4 | 18.2 | 0.66 | 0.36 |
| Hex | 99 | 44 | 1F | 0 | 38 | 50 | 28 | 12 | 42 | 24 |
| Octal | 231 | 104 | 37 | 0 | 70 | 120 | 50 | 22 | 102 | 44 |
| Binary | 10011001 | 1000100 | 11111 | 0 | 111000 | 1010000 | 101000 | 10010 | 1000010 | 100100 |
Color Harmonies of #99441F
Complementary color
Monochromatic Colors of #99441F
Black with #99441F
Text Example
Text Example
White with #99441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99441F; }
p { color: rgb(153,68,31); }
H1.HeaderClassName
{
color: #99441F;
}
.AnyTagClassName
{
color: #99441F;
}
</style>
background-color css
<style>
a { background-color: #99441F; }
a { background-color: rgb(153,68,31); }
div.DivClassName
{
background-color: #99441F;
}
.BgClassName
{
background-color: #99441F;
}
</style>
border-color css
<style>
span { border-color: #99441F; }
span { border-color: rgb(153,68,31); }
td.TdClassName
{
border-color: #99441F;
}
.TagClassName
{
border-color: #99441F;
}
</style>