Shades of Brown #9B2F22
Tints of Brown #9B2F22
RGB
CMYK
RGB Variations
Color information
#9B2F22 (or 0x9B2F22) is known color: Brown. HEX triplet: 9B, 2F and 22. RGB value is (155,47,34). Sum of RGB (Red+Green+Blue) = 155+47+34=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F22 is #64D0DD. Grayscale: #4D4D4D. Windows color (decimal): -6607070 or 2240411. OLE color: 2240411.
HSL color Cylindrical-coordinate representation of color #9B2F22: hue angle of 6.45º 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 #9B2F22 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 34 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.39 |
| HSL | 6.45º | 0.64% | 0.37% | - |
| HSV(B) | 6.45º | 0.78% | 0.61% | - |
| XYZ | 14.82 | 9.12 | 2.49 | - |
| YUV | 77.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 34 | 0 | 0.70 | 0.78 | 0.39 | 6.45 | 0.64 | 0.37 |
| Hex | 9B | 2F | 22 | 0 | 46 | 4E | 27 | 6 | 40 | 25 |
| Octal | 233 | 57 | 42 | 0 | 106 | 116 | 47 | 6 | 100 | 45 |
| Binary | 10011011 | 101111 | 100010 | 0 | 1000110 | 1001110 | 100111 | 110 | 1000000 | 100101 |
Color Harmonies of #9B2F22
Complementary color
Monochromatic Colors of #9B2F22
Black with #9B2F22
Text Example
Text Example
White with #9B2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F22; }
p { color: rgb(155,47,34); }
H1.HeaderClassName
{
color: #9B2F22;
}
.AnyTagClassName
{
color: #9B2F22;
}
</style>
background-color css
<style>
a { background-color: #9B2F22; }
a { background-color: rgb(155,47,34); }
div.DivClassName
{
background-color: #9B2F22;
}
.BgClassName
{
background-color: #9B2F22;
}
</style>
border-color css
<style>
span { border-color: #9B2F22; }
span { border-color: rgb(155,47,34); }
td.TdClassName
{
border-color: #9B2F22;
}
.TagClassName
{
border-color: #9B2F22;
}
</style>