Shades of Brown #9F2523
Tints of Brown #9F2523
RGB
CMYK
RGB Variations
Color information
#9F2523 (or 0x9F2523) is known color: Brown. HEX triplet: 9F, 25 and 23. RGB value is (159,37,35). Sum of RGB (Red+Green+Blue) = 159+37+35=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2523 is #60DADC. Grayscale: #494949. Windows color (decimal): -6347485 or 2303391. OLE color: 2303391.
HSL color Cylindrical-coordinate representation of color #9F2523: hue angle of 0.97º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2523 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 35 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.38 |
| HSL | 0.97º | 0.64% | 0.38% | - |
| HSV(B) | 0.97º | 0.78% | 0.62% | - |
| XYZ | 15.26 | 8.82 | 2.49 | - |
| YUV | 73.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 35 | 0 | 0.77 | 0.78 | 0.38 | 0.97 | 0.64 | 0.38 |
| Hex | 9F | 25 | 23 | 0 | 4D | 4E | 26 | 1 | 40 | 26 |
| Octal | 237 | 45 | 43 | 0 | 115 | 116 | 46 | 1 | 100 | 46 |
| Binary | 10011111 | 100101 | 100011 | 0 | 1001101 | 1001110 | 100110 | 1 | 1000000 | 100110 |
Color Harmonies of #9F2523
Complementary color
Monochromatic Colors of #9F2523
Black with #9F2523
Text Example
Text Example
White with #9F2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2523; }
p { color: rgb(159,37,35); }
H1.HeaderClassName
{
color: #9F2523;
}
.AnyTagClassName
{
color: #9F2523;
}
</style>
background-color css
<style>
a { background-color: #9F2523; }
a { background-color: rgb(159,37,35); }
div.DivClassName
{
background-color: #9F2523;
}
.BgClassName
{
background-color: #9F2523;
}
</style>
border-color css
<style>
span { border-color: #9F2523; }
span { border-color: rgb(159,37,35); }
td.TdClassName
{
border-color: #9F2523;
}
.TagClassName
{
border-color: #9F2523;
}
</style>