Shades of Brown #992D27
Tints of Brown #992D27
RGB
CMYK
RGB Variations
Color information
#992D27 (or 0x992D27) is known color: Brown. HEX triplet: 99, 2D and 27. RGB value is (153,45,39). Sum of RGB (Red+Green+Blue) = 153+45+39=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #992D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D27 is #66D2D8. Grayscale: #4C4C4C. Windows color (decimal): -6738649 or 2567577. OLE color: 2567577.
HSL color Cylindrical-coordinate representation of color #992D27: hue angle of 3.16º 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 #992D27 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 39 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.4 |
| HSL | 3.16º | 0.59% | 0.38% | - |
| HSV(B) | 3.16º | 0.75% | 0.6% | - |
| XYZ | 14.44 | 8.8 | 2.86 | - |
| YUV | 76.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 39 | 0 | 0.71 | 0.75 | 0.4 | 3.16 | 0.59 | 0.38 |
| Hex | 99 | 2D | 27 | 0 | 47 | 4B | 28 | 3 | 3B | 26 |
| Octal | 231 | 55 | 47 | 0 | 107 | 113 | 50 | 3 | 73 | 46 |
| Binary | 10011001 | 101101 | 100111 | 0 | 1000111 | 1001011 | 101000 | 11 | 111011 | 100110 |
Color Harmonies of #992D27
Complementary color
Monochromatic Colors of #992D27
Black with #992D27
Text Example
Text Example
White with #992D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D27; }
p { color: rgb(153,45,39); }
H1.HeaderClassName
{
color: #992D27;
}
.AnyTagClassName
{
color: #992D27;
}
</style>
background-color css
<style>
a { background-color: #992D27; }
a { background-color: rgb(153,45,39); }
div.DivClassName
{
background-color: #992D27;
}
.BgClassName
{
background-color: #992D27;
}
</style>
border-color css
<style>
span { border-color: #992D27; }
span { border-color: rgb(153,45,39); }
td.TdClassName
{
border-color: #992D27;
}
.TagClassName
{
border-color: #992D27;
}
</style>