Shades of Brown #9A2B2A
Tints of Brown #9A2B2A
RGB
CMYK
RGB Variations
Color information
#9A2B2A (or 0x9A2B2A) is known color: Brown. HEX triplet: 9A, 2B and 2A. RGB value is (154,43,42). Sum of RGB (Red+Green+Blue) = 154+43+42=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2B2A is #65D4D5. Grayscale: #4C4C4C. Windows color (decimal): -6673622 or 2763674. OLE color: 2763674.
HSL color Cylindrical-coordinate representation of color #9A2B2A: hue angle of 0.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2B2A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 42 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.40 |
| HSL | 0.54º | 0.57% | 0.38% | - |
| HSV(B) | 0.54º | 0.73% | 0.6% | - |
| XYZ | 14.61 | 8.76 | 3.11 | - |
| YUV | 76.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 42 | 0 | 0.72 | 0.73 | 0.40 | 0.54 | 0.57 | 0.38 |
| Hex | 9A | 2B | 2A | 0 | 48 | 49 | 28 | 1 | 39 | 26 |
| Octal | 232 | 53 | 52 | 0 | 110 | 111 | 50 | 1 | 71 | 46 |
| Binary | 10011010 | 101011 | 101010 | 0 | 1001000 | 1001001 | 101000 | 1 | 111001 | 100110 |
Color Harmonies of #9A2B2A
Complementary color
Monochromatic Colors of #9A2B2A
Black with #9A2B2A
Text Example
Text Example
White with #9A2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B2A; }
p { color: rgb(154,43,42); }
H1.HeaderClassName
{
color: #9A2B2A;
}
.AnyTagClassName
{
color: #9A2B2A;
}
</style>
background-color css
<style>
a { background-color: #9A2B2A; }
a { background-color: rgb(154,43,42); }
div.DivClassName
{
background-color: #9A2B2A;
}
.BgClassName
{
background-color: #9A2B2A;
}
</style>
border-color css
<style>
span { border-color: #9A2B2A; }
span { border-color: rgb(154,43,42); }
td.TdClassName
{
border-color: #9A2B2A;
}
.TagClassName
{
border-color: #9A2B2A;
}
</style>