Shades of Brown #992F25
Tints of Brown #992F25
RGB
CMYK
RGB Variations
Color information
#992F25 (or 0x992F25) is known color: Brown. HEX triplet: 99, 2F and 25. RGB value is (153,47,37). Sum of RGB (Red+Green+Blue) = 153+47+37=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #992F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F25 is #66D0DA. Grayscale: #4D4D4D. Windows color (decimal): -6738139 or 2437017. OLE color: 2437017.
HSL color Cylindrical-coordinate representation of color #992F25: hue angle of 5.17º 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 #992F25 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 37 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.4 |
| HSL | 5.17º | 0.61% | 0.37% | - |
| HSV(B) | 5.17º | 0.76% | 0.6% | - |
| XYZ | 14.49 | 8.94 | 2.71 | - |
| YUV | 77.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 37 | 0 | 0.69 | 0.76 | 0.4 | 5.17 | 0.61 | 0.37 |
| Hex | 99 | 2F | 25 | 0 | 45 | 4C | 28 | 5 | 3D | 25 |
| Octal | 231 | 57 | 45 | 0 | 105 | 114 | 50 | 5 | 75 | 45 |
| Binary | 10011001 | 101111 | 100101 | 0 | 1000101 | 1001100 | 101000 | 101 | 111101 | 100101 |
Color Harmonies of #992F25
Complementary color
Monochromatic Colors of #992F25
Black with #992F25
Text Example
Text Example
White with #992F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F25; }
p { color: rgb(153,47,37); }
H1.HeaderClassName
{
color: #992F25;
}
.AnyTagClassName
{
color: #992F25;
}
</style>
background-color css
<style>
a { background-color: #992F25; }
a { background-color: rgb(153,47,37); }
div.DivClassName
{
background-color: #992F25;
}
.BgClassName
{
background-color: #992F25;
}
</style>
border-color css
<style>
span { border-color: #992F25; }
span { border-color: rgb(153,47,37); }
td.TdClassName
{
border-color: #992F25;
}
.TagClassName
{
border-color: #992F25;
}
</style>