Shades of Brown #9B2E22
Tints of Brown #9B2E22
RGB
CMYK
RGB Variations
Color information
#9B2E22 (or 0x9B2E22) is known color: Brown. HEX triplet: 9B, 2E and 22. RGB value is (155,46,34). Sum of RGB (Red+Green+Blue) = 155+46+34=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E22 is #64D1DD. Grayscale: #4D4D4D. Windows color (decimal): -6607326 or 2240155. OLE color: 2240155.
HSL color Cylindrical-coordinate representation of color #9B2E22: hue angle of 5.95º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2E22 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 34 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.39 |
| HSL | 5.95º | 0.64% | 0.37% | - |
| HSV(B) | 5.95º | 0.78% | 0.61% | - |
| XYZ | 14.78 | 9.04 | 2.48 | - |
| YUV | 77.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 34 | 0 | 0.70 | 0.78 | 0.39 | 5.95 | 0.64 | 0.37 |
| Hex | 9B | 2E | 22 | 0 | 46 | 4E | 27 | 6 | 40 | 25 |
| Octal | 233 | 56 | 42 | 0 | 106 | 116 | 47 | 6 | 100 | 45 |
| Binary | 10011011 | 101110 | 100010 | 0 | 1000110 | 1001110 | 100111 | 110 | 1000000 | 100101 |
Color Harmonies of #9B2E22
Complementary color
Monochromatic Colors of #9B2E22
Black with #9B2E22
Text Example
Text Example
White with #9B2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E22; }
p { color: rgb(155,46,34); }
H1.HeaderClassName
{
color: #9B2E22;
}
.AnyTagClassName
{
color: #9B2E22;
}
</style>
background-color css
<style>
a { background-color: #9B2E22; }
a { background-color: rgb(155,46,34); }
div.DivClassName
{
background-color: #9B2E22;
}
.BgClassName
{
background-color: #9B2E22;
}
</style>
border-color css
<style>
span { border-color: #9B2E22; }
span { border-color: rgb(155,46,34); }
td.TdClassName
{
border-color: #9B2E22;
}
.TagClassName
{
border-color: #9B2E22;
}
</style>