Shades of Brown #9F241D
Tints of Brown #9F241D
RGB
CMYK
RGB Variations
Color information
#9F241D (or 0x9F241D) is known color: Brown. HEX triplet: 9F, 24 and 1D. RGB value is (159,36,29). Sum of RGB (Red+Green+Blue) = 159+36+29=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F241D is #60DBE2. Grayscale: #484848. Windows color (decimal): -6347747 or 1909919. OLE color: 1909919.
HSL color Cylindrical-coordinate representation of color #9F241D: hue angle of 3.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F241D is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 29 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.38 |
| HSL | 3.23º | 0.69% | 0.37% | - |
| HSV(B) | 3.23º | 0.82% | 0.62% | - |
| XYZ | 15.15 | 8.72 | 2.05 | - |
| YUV | 71.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 29 | 0 | 0.77 | 0.82 | 0.38 | 3.23 | 0.69 | 0.37 |
| Hex | 9F | 24 | 1D | 0 | 4D | 52 | 26 | 3 | 45 | 25 |
| Octal | 237 | 44 | 35 | 0 | 115 | 122 | 46 | 3 | 105 | 45 |
| Binary | 10011111 | 100100 | 11101 | 0 | 1001101 | 1010010 | 100110 | 11 | 1000101 | 100101 |
Color Harmonies of #9F241D
Complementary color
Monochromatic Colors of #9F241D
Black with #9F241D
Text Example
Text Example
White with #9F241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F241D; }
p { color: rgb(159,36,29); }
H1.HeaderClassName
{
color: #9F241D;
}
.AnyTagClassName
{
color: #9F241D;
}
</style>
background-color css
<style>
a { background-color: #9F241D; }
a { background-color: rgb(159,36,29); }
div.DivClassName
{
background-color: #9F241D;
}
.BgClassName
{
background-color: #9F241D;
}
</style>
border-color css
<style>
span { border-color: #9F241D; }
span { border-color: rgb(159,36,29); }
td.TdClassName
{
border-color: #9F241D;
}
.TagClassName
{
border-color: #9F241D;
}
</style>