Shades of Brown #9B2928
Tints of Brown #9B2928
RGB
CMYK
RGB Variations
Color information
#9B2928 (or 0x9B2928) is known color: Brown. HEX triplet: 9B, 29 and 28. RGB value is (155,41,40). Sum of RGB (Red+Green+Blue) = 155+41+40=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2928 is #64D6D7. Grayscale: #4B4B4B. Windows color (decimal): -6608600 or 2632091. OLE color: 2632091.
HSL color Cylindrical-coordinate representation of color #9B2928: hue angle of 0.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2928 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 40 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.39 |
| HSL | 0.52º | 0.59% | 0.38% | - |
| HSV(B) | 0.52º | 0.74% | 0.61% | - |
| XYZ | 14.69 | 8.71 | 2.91 | - |
| YUV | 74.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 40 | 0 | 0.74 | 0.74 | 0.39 | 0.52 | 0.59 | 0.38 |
| Hex | 9B | 29 | 28 | 0 | 4A | 4A | 27 | 1 | 3B | 26 |
| Octal | 233 | 51 | 50 | 0 | 112 | 112 | 47 | 1 | 73 | 46 |
| Binary | 10011011 | 101001 | 101000 | 0 | 1001010 | 1001010 | 100111 | 1 | 111011 | 100110 |
Color Harmonies of #9B2928
Complementary color
Monochromatic Colors of #9B2928
Black with #9B2928
Text Example
Text Example
White with #9B2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2928; }
p { color: rgb(155,41,40); }
H1.HeaderClassName
{
color: #9B2928;
}
.AnyTagClassName
{
color: #9B2928;
}
</style>
background-color css
<style>
a { background-color: #9B2928; }
a { background-color: rgb(155,41,40); }
div.DivClassName
{
background-color: #9B2928;
}
.BgClassName
{
background-color: #9B2928;
}
</style>
border-color css
<style>
span { border-color: #9B2928; }
span { border-color: rgb(155,41,40); }
td.TdClassName
{
border-color: #9B2928;
}
.TagClassName
{
border-color: #9B2928;
}
</style>