Shades of Brown #9F2624
Tints of Brown #9F2624
RGB
CMYK
RGB Variations
Color information
#9F2624 (or 0x9F2624) is known color: Brown. HEX triplet: 9F, 26 and 24. RGB value is (159,38,36). Sum of RGB (Red+Green+Blue) = 159+38+36=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2624 is #60D9DB. Grayscale: #4A4A4A. Windows color (decimal): -6347228 or 2369183. OLE color: 2369183.
HSL color Cylindrical-coordinate representation of color #9F2624: hue angle of 0.98º degrees, saturation: 0.63, 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 #9F2624 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 36 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.38 |
| HSL | 0.98º | 0.63% | 0.38% | - |
| HSV(B) | 0.98º | 0.77% | 0.62% | - |
| XYZ | 15.31 | 8.88 | 2.58 | - |
| YUV | 73.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 36 | 0 | 0.76 | 0.77 | 0.38 | 0.98 | 0.63 | 0.38 |
| Hex | 9F | 26 | 24 | 0 | 4C | 4D | 26 | 1 | 3F | 26 |
| Octal | 237 | 46 | 44 | 0 | 114 | 115 | 46 | 1 | 77 | 46 |
| Binary | 10011111 | 100110 | 100100 | 0 | 1001100 | 1001101 | 100110 | 1 | 111111 | 100110 |
Color Harmonies of #9F2624
Complementary color
Monochromatic Colors of #9F2624
Black with #9F2624
Text Example
Text Example
White with #9F2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2624; }
p { color: rgb(159,38,36); }
H1.HeaderClassName
{
color: #9F2624;
}
.AnyTagClassName
{
color: #9F2624;
}
</style>
background-color css
<style>
a { background-color: #9F2624; }
a { background-color: rgb(159,38,36); }
div.DivClassName
{
background-color: #9F2624;
}
.BgClassName
{
background-color: #9F2624;
}
</style>
border-color css
<style>
span { border-color: #9F2624; }
span { border-color: rgb(159,38,36); }
td.TdClassName
{
border-color: #9F2624;
}
.TagClassName
{
border-color: #9F2624;
}
</style>