Shades of Brown #9F231B
Tints of Brown #9F231B
RGB
CMYK
RGB Variations
Color information
#9F231B (or 0x9F231B) is known color: Brown. HEX triplet: 9F, 23 and 1B. RGB value is (159,35,27). Sum of RGB (Red+Green+Blue) = 159+35+27=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F231B is #60DCE4. Grayscale: #474747. Windows color (decimal): -6348005 or 1778591. OLE color: 1778591.
HSL color Cylindrical-coordinate representation of color #9F231B: hue angle of 3.64º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F231B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 27 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.38 |
| HSL | 3.64º | 0.71% | 0.36% | - |
| HSV(B) | 3.64º | 0.83% | 0.62% | - |
| XYZ | 15.1 | 8.65 | 1.91 | - |
| YUV | 71.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 27 | 0 | 0.78 | 0.83 | 0.38 | 3.64 | 0.71 | 0.36 |
| Hex | 9F | 23 | 1B | 0 | 4E | 53 | 26 | 4 | 47 | 24 |
| Octal | 237 | 43 | 33 | 0 | 116 | 123 | 46 | 4 | 107 | 44 |
| Binary | 10011111 | 100011 | 11011 | 0 | 1001110 | 1010011 | 100110 | 100 | 1000111 | 100100 |
Color Harmonies of #9F231B
Complementary color
Monochromatic Colors of #9F231B
Black with #9F231B
Text Example
Text Example
White with #9F231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F231B; }
p { color: rgb(159,35,27); }
H1.HeaderClassName
{
color: #9F231B;
}
.AnyTagClassName
{
color: #9F231B;
}
</style>
background-color css
<style>
a { background-color: #9F231B; }
a { background-color: rgb(159,35,27); }
div.DivClassName
{
background-color: #9F231B;
}
.BgClassName
{
background-color: #9F231B;
}
</style>
border-color css
<style>
span { border-color: #9F231B; }
span { border-color: rgb(159,35,27); }
td.TdClassName
{
border-color: #9F231B;
}
.TagClassName
{
border-color: #9F231B;
}
</style>