Shades of Brown #992A27
Tints of Brown #992A27
RGB
CMYK
RGB Variations
Color information
#992A27 (or 0x992A27) is known color: Brown. HEX triplet: 99, 2A and 27. RGB value is (153,42,39). Sum of RGB (Red+Green+Blue) = 153+42+39=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #992A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A27 is #66D5D8. Grayscale: #4A4A4A. Windows color (decimal): -6739417 or 2566809. OLE color: 2566809.
HSL color Cylindrical-coordinate representation of color #992A27: hue angle of 1.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992A27 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 39 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.4 |
| HSL | 1.58º | 0.59% | 0.38% | - |
| HSV(B) | 1.58º | 0.75% | 0.6% | - |
| XYZ | 14.33 | 8.57 | 2.82 | - |
| YUV | 74.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 39 | 0 | 0.73 | 0.75 | 0.4 | 1.58 | 0.59 | 0.38 |
| Hex | 99 | 2A | 27 | 0 | 49 | 4B | 28 | 2 | 3B | 26 |
| Octal | 231 | 52 | 47 | 0 | 111 | 113 | 50 | 2 | 73 | 46 |
| Binary | 10011001 | 101010 | 100111 | 0 | 1001001 | 1001011 | 101000 | 10 | 111011 | 100110 |
Color Harmonies of #992A27
Complementary color
Monochromatic Colors of #992A27
Black with #992A27
Text Example
Text Example
White with #992A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A27; }
p { color: rgb(153,42,39); }
H1.HeaderClassName
{
color: #992A27;
}
.AnyTagClassName
{
color: #992A27;
}
</style>
background-color css
<style>
a { background-color: #992A27; }
a { background-color: rgb(153,42,39); }
div.DivClassName
{
background-color: #992A27;
}
.BgClassName
{
background-color: #992A27;
}
</style>
border-color css
<style>
span { border-color: #992A27; }
span { border-color: rgb(153,42,39); }
td.TdClassName
{
border-color: #992A27;
}
.TagClassName
{
border-color: #992A27;
}
</style>