Shades of Brown #9B2626
Tints of Brown #9B2626
RGB
CMYK
RGB Variations
Color information
#9B2626 (or 0x9B2626) is known color: Brown. HEX triplet: 9B, 26 and 26. RGB value is (155,38,38). Sum of RGB (Red+Green+Blue) = 155+38+38=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2626 is #64D9D9. Grayscale: #494949. Windows color (decimal): -6609370 or 2500251. OLE color: 2500251.
HSL color Cylindrical-coordinate representation of color #9B2626: hue angle of 0º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2626 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 38 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.39 |
| HSL | 0º | 0.61% | 0.38% | - |
| HSV(B) | 0º | 0.75% | 0.61% | - |
| XYZ | 14.56 | 8.49 | 2.71 | - |
| YUV | 72.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 38 | 0 | 0.75 | 0.75 | 0.39 | 0 | 0.61 | 0.38 |
| Hex | 9B | 26 | 26 | 0 | 4B | 4B | 27 | 0 | 3D | 26 |
| Octal | 233 | 46 | 46 | 0 | 113 | 113 | 47 | 0 | 75 | 46 |
| Binary | 10011011 | 100110 | 100110 | 0 | 1001011 | 1001011 | 100111 | 0 | 111101 | 100110 |
Color Harmonies of #9B2626
Complementary color
Monochromatic Colors of #9B2626
Black with #9B2626
Text Example
Text Example
White with #9B2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2626; }
p { color: rgb(155,38,38); }
H1.HeaderClassName
{
color: #9B2626;
}
.AnyTagClassName
{
color: #9B2626;
}
</style>
background-color css
<style>
a { background-color: #9B2626; }
a { background-color: rgb(155,38,38); }
div.DivClassName
{
background-color: #9B2626;
}
.BgClassName
{
background-color: #9B2626;
}
</style>
border-color css
<style>
span { border-color: #9B2626; }
span { border-color: rgb(155,38,38); }
td.TdClassName
{
border-color: #9B2626;
}
.TagClassName
{
border-color: #9B2626;
}
</style>