Shades of Brown #992C29
Tints of Brown #992C29
RGB
CMYK
RGB Variations
Color information
#992C29 (or 0x992C29) is known color: Brown. HEX triplet: 99, 2C and 29. RGB value is (153,44,41). Sum of RGB (Red+Green+Blue) = 153+44+41=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C29 is #66D3D6. Grayscale: #4C4C4C. Windows color (decimal): -6738903 or 2698393. OLE color: 2698393.
HSL color Cylindrical-coordinate representation of color #992C29: hue angle of 1.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992C29 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 41 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.4 |
| HSL | 1.61º | 0.58% | 0.38% | - |
| HSV(B) | 1.61º | 0.73% | 0.6% | - |
| XYZ | 14.44 | 8.73 | 3.02 | - |
| YUV | 76.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 41 | 0 | 0.71 | 0.73 | 0.4 | 1.61 | 0.58 | 0.38 |
| Hex | 99 | 2C | 29 | 0 | 47 | 49 | 28 | 2 | 3A | 26 |
| Octal | 231 | 54 | 51 | 0 | 107 | 111 | 50 | 2 | 72 | 46 |
| Binary | 10011001 | 101100 | 101001 | 0 | 1000111 | 1001001 | 101000 | 10 | 111010 | 100110 |
Color Harmonies of #992C29
Complementary color
Monochromatic Colors of #992C29
Black with #992C29
Text Example
Text Example
White with #992C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C29; }
p { color: rgb(153,44,41); }
H1.HeaderClassName
{
color: #992C29;
}
.AnyTagClassName
{
color: #992C29;
}
</style>
background-color css
<style>
a { background-color: #992C29; }
a { background-color: rgb(153,44,41); }
div.DivClassName
{
background-color: #992C29;
}
.BgClassName
{
background-color: #992C29;
}
</style>
border-color css
<style>
span { border-color: #992C29; }
span { border-color: rgb(153,44,41); }
td.TdClassName
{
border-color: #992C29;
}
.TagClassName
{
border-color: #992C29;
}
</style>