Shades of Brown #9B2E20
Tints of Brown #9B2E20
RGB
CMYK
RGB Variations
Color information
#9B2E20 (or 0x9B2E20) is known color: Brown. HEX triplet: 9B, 2E and 20. RGB value is (155,46,32). Sum of RGB (Red+Green+Blue) = 155+46+32=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E20 is #64D1DF. Grayscale: #4D4D4D. Windows color (decimal): -6607328 or 2109083. OLE color: 2109083.
HSL color Cylindrical-coordinate representation of color #9B2E20: hue angle of 6.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2E20 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 32 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.39 |
| HSL | 6.83º | 0.66% | 0.37% | - |
| HSV(B) | 6.83º | 0.79% | 0.61% | - |
| XYZ | 14.76 | 9.03 | 2.33 | - |
| YUV | 77 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 32 | 0 | 0.70 | 0.79 | 0.39 | 6.83 | 0.66 | 0.37 |
| Hex | 9B | 2E | 20 | 0 | 46 | 4F | 27 | 7 | 42 | 25 |
| Octal | 233 | 56 | 40 | 0 | 106 | 117 | 47 | 7 | 102 | 45 |
| Binary | 10011011 | 101110 | 100000 | 0 | 1000110 | 1001111 | 100111 | 111 | 1000010 | 100101 |
Color Harmonies of #9B2E20
Complementary color
Monochromatic Colors of #9B2E20
Black with #9B2E20
Text Example
Text Example
White with #9B2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E20; }
p { color: rgb(155,46,32); }
H1.HeaderClassName
{
color: #9B2E20;
}
.AnyTagClassName
{
color: #9B2E20;
}
</style>
background-color css
<style>
a { background-color: #9B2E20; }
a { background-color: rgb(155,46,32); }
div.DivClassName
{
background-color: #9B2E20;
}
.BgClassName
{
background-color: #9B2E20;
}
</style>
border-color css
<style>
span { border-color: #9B2E20; }
span { border-color: rgb(155,46,32); }
td.TdClassName
{
border-color: #9B2E20;
}
.TagClassName
{
border-color: #9B2E20;
}
</style>