Shades of Brown #9F2A2A
Tints of Brown #9F2A2A
RGB
CMYK
RGB Variations
Color information
#9F2A2A (or 0x9F2A2A) is known color: Brown. HEX triplet: 9F, 2A and 2A. RGB value is (159,42,42). Sum of RGB (Red+Green+Blue) = 159+42+42=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A2A is #60D5D5. Grayscale: #4D4D4D. Windows color (decimal): -6346198 or 2763423. OLE color: 2763423.
HSL color Cylindrical-coordinate representation of color #9F2A2A: hue angle of 0º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A2A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 42 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.38 |
| HSL | 0º | 0.58% | 0.39% | - |
| HSV(B) | 0º | 0.74% | 0.62% | - |
| XYZ | 15.54 | 9.19 | 3.15 | - |
| YUV | 76.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 42 | 0 | 0.74 | 0.74 | 0.38 | 0 | 0.58 | 0.39 |
| Hex | 9F | 2A | 2A | 0 | 4A | 4A | 26 | 0 | 3A | 27 |
| Octal | 237 | 52 | 52 | 0 | 112 | 112 | 46 | 0 | 72 | 47 |
| Binary | 10011111 | 101010 | 101010 | 0 | 1001010 | 1001010 | 100110 | 0 | 111010 | 100111 |
Color Harmonies of #9F2A2A
Complementary color
Monochromatic Colors of #9F2A2A
Black with #9F2A2A
Text Example
Text Example
White with #9F2A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A2A; }
p { color: rgb(159,42,42); }
H1.HeaderClassName
{
color: #9F2A2A;
}
.AnyTagClassName
{
color: #9F2A2A;
}
</style>
background-color css
<style>
a { background-color: #9F2A2A; }
a { background-color: rgb(159,42,42); }
div.DivClassName
{
background-color: #9F2A2A;
}
.BgClassName
{
background-color: #9F2A2A;
}
</style>
border-color css
<style>
span { border-color: #9F2A2A; }
span { border-color: rgb(159,42,42); }
td.TdClassName
{
border-color: #9F2A2A;
}
.TagClassName
{
border-color: #9F2A2A;
}
</style>