Shades of Brown #9E2F25
Tints of Brown #9E2F25
RGB
CMYK
RGB Variations
Color information
#9E2F25 (or 0x9E2F25) is known color: Brown. HEX triplet: 9E, 2F and 25. RGB value is (158,47,37). Sum of RGB (Red+Green+Blue) = 158+47+37=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2F25 is #61D0DA. Grayscale: #4F4F4F. Windows color (decimal): -6410459 or 2437022. OLE color: 2437022.
HSL color Cylindrical-coordinate representation of color #9E2F25: hue angle of 4.96º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2F25 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 37 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.38 |
| HSL | 4.96º | 0.62% | 0.38% | - |
| HSV(B) | 4.96º | 0.77% | 0.62% | - |
| XYZ | 15.45 | 9.44 | 2.76 | - |
| YUV | 79.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 37 | 0 | 0.70 | 0.77 | 0.38 | 4.96 | 0.62 | 0.38 |
| Hex | 9E | 2F | 25 | 0 | 46 | 4D | 26 | 5 | 3E | 26 |
| Octal | 236 | 57 | 45 | 0 | 106 | 115 | 46 | 5 | 76 | 46 |
| Binary | 10011110 | 101111 | 100101 | 0 | 1000110 | 1001101 | 100110 | 101 | 111110 | 100110 |
Color Harmonies of #9E2F25
Complementary color
Monochromatic Colors of #9E2F25
Black with #9E2F25
Text Example
Text Example
White with #9E2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F25; }
p { color: rgb(158,47,37); }
H1.HeaderClassName
{
color: #9E2F25;
}
.AnyTagClassName
{
color: #9E2F25;
}
</style>
background-color css
<style>
a { background-color: #9E2F25; }
a { background-color: rgb(158,47,37); }
div.DivClassName
{
background-color: #9E2F25;
}
.BgClassName
{
background-color: #9E2F25;
}
</style>
border-color css
<style>
span { border-color: #9E2F25; }
span { border-color: rgb(158,47,37); }
td.TdClassName
{
border-color: #9E2F25;
}
.TagClassName
{
border-color: #9E2F25;
}
</style>