Shades of Brown #992D24
Tints of Brown #992D24
RGB
CMYK
RGB Variations
Color information
#992D24 (or 0x992D24) is known color: Brown. HEX triplet: 99, 2D and 24. RGB value is (153,45,36). Sum of RGB (Red+Green+Blue) = 153+45+36=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #992D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D24 is #66D2DB. Grayscale: #4C4C4C. Windows color (decimal): -6738652 or 2370969. OLE color: 2370969.
HSL color Cylindrical-coordinate representation of color #992D24: hue angle of 4.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992D24 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 36 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.4 |
| HSL | 4.62º | 0.62% | 0.37% | - |
| HSV(B) | 4.62º | 0.76% | 0.6% | - |
| XYZ | 14.39 | 8.78 | 2.6 | - |
| YUV | 76.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 36 | 0 | 0.71 | 0.76 | 0.4 | 4.62 | 0.62 | 0.37 |
| Hex | 99 | 2D | 24 | 0 | 47 | 4C | 28 | 5 | 3E | 25 |
| Octal | 231 | 55 | 44 | 0 | 107 | 114 | 50 | 5 | 76 | 45 |
| Binary | 10011001 | 101101 | 100100 | 0 | 1000111 | 1001100 | 101000 | 101 | 111110 | 100101 |
Color Harmonies of #992D24
Complementary color
Monochromatic Colors of #992D24
Black with #992D24
Text Example
Text Example
White with #992D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D24; }
p { color: rgb(153,45,36); }
H1.HeaderClassName
{
color: #992D24;
}
.AnyTagClassName
{
color: #992D24;
}
</style>
background-color css
<style>
a { background-color: #992D24; }
a { background-color: rgb(153,45,36); }
div.DivClassName
{
background-color: #992D24;
}
.BgClassName
{
background-color: #992D24;
}
</style>
border-color css
<style>
span { border-color: #992D24; }
span { border-color: rgb(153,45,36); }
td.TdClassName
{
border-color: #992D24;
}
.TagClassName
{
border-color: #992D24;
}
</style>