Shades of Brown #9A2A26
Tints of Brown #9A2A26
RGB
CMYK
RGB Variations
Color information
#9A2A26 (or 0x9A2A26) is known color: Brown. HEX triplet: 9A, 2A and 26. RGB value is (154,42,38). Sum of RGB (Red+Green+Blue) = 154+42+38=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A26 is #65D5D9. Grayscale: #4B4B4B. Windows color (decimal): -6673882 or 2501274. OLE color: 2501274.
HSL color Cylindrical-coordinate representation of color #9A2A26: hue angle of 2.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2A26 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 38 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.40 |
| HSL | 2.07º | 0.6% | 0.38% | - |
| HSV(B) | 2.07º | 0.75% | 0.6% | - |
| XYZ | 14.5 | 8.67 | 2.74 | - |
| YUV | 75.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 38 | 0 | 0.73 | 0.75 | 0.40 | 2.07 | 0.6 | 0.38 |
| Hex | 9A | 2A | 26 | 0 | 49 | 4B | 28 | 2 | 3C | 26 |
| Octal | 232 | 52 | 46 | 0 | 111 | 113 | 50 | 2 | 74 | 46 |
| Binary | 10011010 | 101010 | 100110 | 0 | 1001001 | 1001011 | 101000 | 10 | 111100 | 100110 |
Color Harmonies of #9A2A26
Complementary color
Monochromatic Colors of #9A2A26
Black with #9A2A26
Text Example
Text Example
White with #9A2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A26; }
p { color: rgb(154,42,38); }
H1.HeaderClassName
{
color: #9A2A26;
}
.AnyTagClassName
{
color: #9A2A26;
}
</style>
background-color css
<style>
a { background-color: #9A2A26; }
a { background-color: rgb(154,42,38); }
div.DivClassName
{
background-color: #9A2A26;
}
.BgClassName
{
background-color: #9A2A26;
}
</style>
border-color css
<style>
span { border-color: #9A2A26; }
span { border-color: rgb(154,42,38); }
td.TdClassName
{
border-color: #9A2A26;
}
.TagClassName
{
border-color: #9A2A26;
}
</style>