Shades of Brown #992A2A
Tints of Brown #992A2A
RGB
CMYK
RGB Variations
Color information
#992A2A (or 0x992A2A) is known color: Brown. HEX triplet: 99, 2A and 2A. RGB value is (153,42,42). Sum of RGB (Red+Green+Blue) = 153+42+42=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2A is #66D5D5. Grayscale: #4B4B4B. Windows color (decimal): -6739414 or 2763417. OLE color: 2763417.
HSL color Cylindrical-coordinate representation of color #992A2A: hue angle of 0º degrees, saturation: 0.57, 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 #992A2A is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 42 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.4 |
| HSL | 0º | 0.57% | 0.38% | - |
| HSV(B) | 0º | 0.73% | 0.6% | - |
| XYZ | 14.38 | 8.6 | 3.09 | - |
| YUV | 75.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 42 | 0 | 0.73 | 0.73 | 0.4 | 0 | 0.57 | 0.38 |
| Hex | 99 | 2A | 2A | 0 | 49 | 49 | 28 | 0 | 39 | 26 |
| Octal | 231 | 52 | 52 | 0 | 111 | 111 | 50 | 0 | 71 | 46 |
| Binary | 10011001 | 101010 | 101010 | 0 | 1001001 | 1001001 | 101000 | 0 | 111001 | 100110 |
Color Harmonies of #992A2A
Complementary color
Monochromatic Colors of #992A2A
Black with #992A2A
Text Example
Text Example
White with #992A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A2A; }
p { color: rgb(153,42,42); }
H1.HeaderClassName
{
color: #992A2A;
}
.AnyTagClassName
{
color: #992A2A;
}
</style>
background-color css
<style>
a { background-color: #992A2A; }
a { background-color: rgb(153,42,42); }
div.DivClassName
{
background-color: #992A2A;
}
.BgClassName
{
background-color: #992A2A;
}
</style>
border-color css
<style>
span { border-color: #992A2A; }
span { border-color: rgb(153,42,42); }
td.TdClassName
{
border-color: #992A2A;
}
.TagClassName
{
border-color: #992A2A;
}
</style>