Shades of Brown #9F2F23
Tints of Brown #9F2F23
RGB
CMYK
RGB Variations
Color information
#9F2F23 (or 0x9F2F23) is known color: Brown. HEX triplet: 9F, 2F and 23. RGB value is (159,47,35). Sum of RGB (Red+Green+Blue) = 159+47+35=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F23 is #60D0DC. Grayscale: #4F4F4F. Windows color (decimal): -6344925 or 2305951. OLE color: 2305951.
HSL color Cylindrical-coordinate representation of color #9F2F23: hue angle of 5.81º 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 #9F2F23 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 35 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.38 |
| HSL | 5.81º | 0.64% | 0.38% | - |
| HSV(B) | 5.81º | 0.78% | 0.62% | - |
| XYZ | 15.62 | 9.53 | 2.61 | - |
| YUV | 79.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 35 | 0 | 0.70 | 0.78 | 0.38 | 5.81 | 0.64 | 0.38 |
| Hex | 9F | 2F | 23 | 0 | 46 | 4E | 26 | 6 | 40 | 26 |
| Octal | 237 | 57 | 43 | 0 | 106 | 116 | 46 | 6 | 100 | 46 |
| Binary | 10011111 | 101111 | 100011 | 0 | 1000110 | 1001110 | 100110 | 110 | 1000000 | 100110 |
Color Harmonies of #9F2F23
Complementary color
Monochromatic Colors of #9F2F23
Black with #9F2F23
Text Example
Text Example
White with #9F2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F23; }
p { color: rgb(159,47,35); }
H1.HeaderClassName
{
color: #9F2F23;
}
.AnyTagClassName
{
color: #9F2F23;
}
</style>
background-color css
<style>
a { background-color: #9F2F23; }
a { background-color: rgb(159,47,35); }
div.DivClassName
{
background-color: #9F2F23;
}
.BgClassName
{
background-color: #9F2F23;
}
</style>
border-color css
<style>
span { border-color: #9F2F23; }
span { border-color: rgb(159,47,35); }
td.TdClassName
{
border-color: #9F2F23;
}
.TagClassName
{
border-color: #9F2F23;
}
</style>