Shades of Brown #9F241A
Tints of Brown #9F241A
RGB
CMYK
RGB Variations
Color information
#9F241A (or 0x9F241A) is known color: Brown. HEX triplet: 9F, 24 and 1A. RGB value is (159,36,26). Sum of RGB (Red+Green+Blue) = 159+36+26=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F241A is #60DBE5. Grayscale: #474747. Windows color (decimal): -6347750 or 1713311. OLE color: 1713311.
HSL color Cylindrical-coordinate representation of color #9F241A: hue angle of 4.51º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F241A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 26 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.38 |
| HSL | 4.51º | 0.72% | 0.36% | - |
| HSV(B) | 4.51º | 0.84% | 0.62% | - |
| XYZ | 15.12 | 8.71 | 1.86 | - |
| YUV | 71.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 26 | 0 | 0.77 | 0.84 | 0.38 | 4.51 | 0.72 | 0.36 |
| Hex | 9F | 24 | 1A | 0 | 4D | 54 | 26 | 5 | 48 | 24 |
| Octal | 237 | 44 | 32 | 0 | 115 | 124 | 46 | 5 | 110 | 44 |
| Binary | 10011111 | 100100 | 11010 | 0 | 1001101 | 1010100 | 100110 | 101 | 1001000 | 100100 |
Color Harmonies of #9F241A
Complementary color
Monochromatic Colors of #9F241A
Black with #9F241A
Text Example
Text Example
White with #9F241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F241A; }
p { color: rgb(159,36,26); }
H1.HeaderClassName
{
color: #9F241A;
}
.AnyTagClassName
{
color: #9F241A;
}
</style>
background-color css
<style>
a { background-color: #9F241A; }
a { background-color: rgb(159,36,26); }
div.DivClassName
{
background-color: #9F241A;
}
.BgClassName
{
background-color: #9F241A;
}
</style>
border-color css
<style>
span { border-color: #9F241A; }
span { border-color: rgb(159,36,26); }
td.TdClassName
{
border-color: #9F241A;
}
.TagClassName
{
border-color: #9F241A;
}
</style>