Shades of Brown #992C25
Tints of Brown #992C25
RGB
CMYK
RGB Variations
Color information
#992C25 (or 0x992C25) is known color: Brown. HEX triplet: 99, 2C and 25. RGB value is (153,44,37). Sum of RGB (Red+Green+Blue) = 153+44+37=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #992C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C25 is #66D3DA. Grayscale: #4B4B4B. Windows color (decimal): -6738907 or 2436249. OLE color: 2436249.
HSL color Cylindrical-coordinate representation of color #992C25: hue angle of 3.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992C25 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 37 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.4 |
| HSL | 3.62º | 0.61% | 0.37% | - |
| HSV(B) | 3.62º | 0.76% | 0.6% | - |
| XYZ | 14.37 | 8.71 | 2.67 | - |
| YUV | 75.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 37 | 0 | 0.71 | 0.76 | 0.4 | 3.62 | 0.61 | 0.37 |
| Hex | 99 | 2C | 25 | 0 | 47 | 4C | 28 | 4 | 3D | 25 |
| Octal | 231 | 54 | 45 | 0 | 107 | 114 | 50 | 4 | 75 | 45 |
| Binary | 10011001 | 101100 | 100101 | 0 | 1000111 | 1001100 | 101000 | 100 | 111101 | 100101 |
Color Harmonies of #992C25
Complementary color
Monochromatic Colors of #992C25
Black with #992C25
Text Example
Text Example
White with #992C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C25; }
p { color: rgb(153,44,37); }
H1.HeaderClassName
{
color: #992C25;
}
.AnyTagClassName
{
color: #992C25;
}
</style>
background-color css
<style>
a { background-color: #992C25; }
a { background-color: rgb(153,44,37); }
div.DivClassName
{
background-color: #992C25;
}
.BgClassName
{
background-color: #992C25;
}
</style>
border-color css
<style>
span { border-color: #992C25; }
span { border-color: rgb(153,44,37); }
td.TdClassName
{
border-color: #992C25;
}
.TagClassName
{
border-color: #992C25;
}
</style>