Shades of Brown #9F251A
Tints of Brown #9F251A
RGB
CMYK
RGB Variations
Color information
#9F251A (or 0x9F251A) is known color: Brown. HEX triplet: 9F, 25 and 1A. RGB value is (159,37,26). Sum of RGB (Red+Green+Blue) = 159+37+26=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F251A is #60DAE5. Grayscale: #484848. Windows color (decimal): -6347494 or 1713567. OLE color: 1713567.
HSL color Cylindrical-coordinate representation of color #9F251A: hue angle of 4.96º 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 #9F251A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 26 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.38 |
| HSL | 4.96º | 0.72% | 0.36% | - |
| HSV(B) | 4.96º | 0.84% | 0.62% | - |
| XYZ | 15.15 | 8.77 | 1.87 | - |
| YUV | 72.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 26 | 0 | 0.77 | 0.84 | 0.38 | 4.96 | 0.72 | 0.36 |
| Hex | 9F | 25 | 1A | 0 | 4D | 54 | 26 | 5 | 48 | 24 |
| Octal | 237 | 45 | 32 | 0 | 115 | 124 | 46 | 5 | 110 | 44 |
| Binary | 10011111 | 100101 | 11010 | 0 | 1001101 | 1010100 | 100110 | 101 | 1001000 | 100100 |
Color Harmonies of #9F251A
Complementary color
Monochromatic Colors of #9F251A
Black with #9F251A
Text Example
Text Example
White with #9F251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F251A; }
p { color: rgb(159,37,26); }
H1.HeaderClassName
{
color: #9F251A;
}
.AnyTagClassName
{
color: #9F251A;
}
</style>
background-color css
<style>
a { background-color: #9F251A; }
a { background-color: rgb(159,37,26); }
div.DivClassName
{
background-color: #9F251A;
}
.BgClassName
{
background-color: #9F251A;
}
</style>
border-color css
<style>
span { border-color: #9F251A; }
span { border-color: rgb(159,37,26); }
td.TdClassName
{
border-color: #9F251A;
}
.TagClassName
{
border-color: #9F251A;
}
</style>