Shades of Brown #9F3324
Tints of Brown #9F3324
RGB
CMYK
RGB Variations
Color information
#9F3324 (or 0x9F3324) is known color: Brown. HEX triplet: 9F, 33 and 24. RGB value is (159,51,36). Sum of RGB (Red+Green+Blue) = 159+51+36=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3324 is #60CCDB. Grayscale: #515151. Windows color (decimal): -6343900 or 2372511. OLE color: 2372511.
HSL color Cylindrical-coordinate representation of color #9F3324: hue angle of 7.32º 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 #9F3324 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 36 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.38 |
| HSL | 7.32º | 0.63% | 0.38% | - |
| HSV(B) | 7.32º | 0.77% | 0.62% | - |
| XYZ | 15.8 | 9.87 | 2.74 | - |
| YUV | 81.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 36 | 0 | 0.68 | 0.77 | 0.38 | 7.32 | 0.63 | 0.38 |
| Hex | 9F | 33 | 24 | 0 | 44 | 4D | 26 | 7 | 3F | 26 |
| Octal | 237 | 63 | 44 | 0 | 104 | 115 | 46 | 7 | 77 | 46 |
| Binary | 10011111 | 110011 | 100100 | 0 | 1000100 | 1001101 | 100110 | 111 | 111111 | 100110 |
Color Harmonies of #9F3324
Complementary color
Monochromatic Colors of #9F3324
Black with #9F3324
Text Example
Text Example
White with #9F3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3324; }
p { color: rgb(159,51,36); }
H1.HeaderClassName
{
color: #9F3324;
}
.AnyTagClassName
{
color: #9F3324;
}
</style>
background-color css
<style>
a { background-color: #9F3324; }
a { background-color: rgb(159,51,36); }
div.DivClassName
{
background-color: #9F3324;
}
.BgClassName
{
background-color: #9F3324;
}
</style>
border-color css
<style>
span { border-color: #9F3324; }
span { border-color: rgb(159,51,36); }
td.TdClassName
{
border-color: #9F3324;
}
.TagClassName
{
border-color: #9F3324;
}
</style>