Shades of Brown #9F2923
Tints of Brown #9F2923
RGB
CMYK
RGB Variations
Color information
#9F2923 (or 0x9F2923) is known color: Brown. HEX triplet: 9F, 29 and 23. RGB value is (159,41,35). Sum of RGB (Red+Green+Blue) = 159+41+35=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2923 is #60D6DC. Grayscale: #4B4B4B. Windows color (decimal): -6346461 or 2304415. OLE color: 2304415.
HSL color Cylindrical-coordinate representation of color #9F2923: hue angle of 2.9º 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 #9F2923 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 35 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.38 |
| HSL | 2.9º | 0.64% | 0.38% | - |
| HSV(B) | 2.9º | 0.78% | 0.62% | - |
| XYZ | 15.39 | 9.08 | 2.53 | - |
| YUV | 75.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 35 | 0 | 0.74 | 0.78 | 0.38 | 2.9 | 0.64 | 0.38 |
| Hex | 9F | 29 | 23 | 0 | 4A | 4E | 26 | 3 | 40 | 26 |
| Octal | 237 | 51 | 43 | 0 | 112 | 116 | 46 | 3 | 100 | 46 |
| Binary | 10011111 | 101001 | 100011 | 0 | 1001010 | 1001110 | 100110 | 11 | 1000000 | 100110 |
Color Harmonies of #9F2923
Complementary color
Monochromatic Colors of #9F2923
Black with #9F2923
Text Example
Text Example
White with #9F2923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2923; }
p { color: rgb(159,41,35); }
H1.HeaderClassName
{
color: #9F2923;
}
.AnyTagClassName
{
color: #9F2923;
}
</style>
background-color css
<style>
a { background-color: #9F2923; }
a { background-color: rgb(159,41,35); }
div.DivClassName
{
background-color: #9F2923;
}
.BgClassName
{
background-color: #9F2923;
}
</style>
border-color css
<style>
span { border-color: #9F2923; }
span { border-color: rgb(159,41,35); }
td.TdClassName
{
border-color: #9F2923;
}
.TagClassName
{
border-color: #9F2923;
}
</style>