Shades of Brown #992828
Tints of Brown #992828
RGB
CMYK
RGB Variations
Color information
#992828 (or 0x992828) is known color: Brown. HEX triplet: 99, 28 and 28. RGB value is (153,40,40). Sum of RGB (Red+Green+Blue) = 153+40+40=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #992828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992828 is #66D7D7. Grayscale: #494949. Windows color (decimal): -6739928 or 2631833. OLE color: 2631833.
HSL color Cylindrical-coordinate representation of color #992828: hue angle of 0º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992828 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 40 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.4 |
| HSL | 0º | 0.59% | 0.38% | - |
| HSV(B) | 0º | 0.74% | 0.6% | - |
| XYZ | 14.28 | 8.44 | 2.88 | - |
| YUV | 73.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 40 | 0 | 0.74 | 0.74 | 0.4 | 0 | 0.59 | 0.38 |
| Hex | 99 | 28 | 28 | 0 | 4A | 4A | 28 | 0 | 3B | 26 |
| Octal | 231 | 50 | 50 | 0 | 112 | 112 | 50 | 0 | 73 | 46 |
| Binary | 10011001 | 101000 | 101000 | 0 | 1001010 | 1001010 | 101000 | 0 | 111011 | 100110 |
Color Harmonies of #992828
Complementary color
Monochromatic Colors of #992828
Black with #992828
Text Example
Text Example
White with #992828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992828; }
p { color: rgb(153,40,40); }
H1.HeaderClassName
{
color: #992828;
}
.AnyTagClassName
{
color: #992828;
}
</style>
background-color css
<style>
a { background-color: #992828; }
a { background-color: rgb(153,40,40); }
div.DivClassName
{
background-color: #992828;
}
.BgClassName
{
background-color: #992828;
}
</style>
border-color css
<style>
span { border-color: #992828; }
span { border-color: rgb(153,40,40); }
td.TdClassName
{
border-color: #992828;
}
.TagClassName
{
border-color: #992828;
}
</style>