Shades of Brown #9B2823
Tints of Brown #9B2823
RGB
CMYK
RGB Variations
Color information
#9B2823 (or 0x9B2823) is known color: Brown. HEX triplet: 9B, 28 and 23. RGB value is (155,40,35). Sum of RGB (Red+Green+Blue) = 155+40+35=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2823 is #64D7DC. Grayscale: #494949. Windows color (decimal): -6608861 or 2304155. OLE color: 2304155.
HSL color Cylindrical-coordinate representation of color #9B2823: hue angle of 2.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2823 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 35 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.39 |
| HSL | 2.5º | 0.63% | 0.37% | - |
| HSV(B) | 2.5º | 0.77% | 0.61% | - |
| XYZ | 14.58 | 8.61 | 2.48 | - |
| YUV | 73.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 35 | 0 | 0.74 | 0.77 | 0.39 | 2.5 | 0.63 | 0.37 |
| Hex | 9B | 28 | 23 | 0 | 4A | 4D | 27 | 2 | 3F | 25 |
| Octal | 233 | 50 | 43 | 0 | 112 | 115 | 47 | 2 | 77 | 45 |
| Binary | 10011011 | 101000 | 100011 | 0 | 1001010 | 1001101 | 100111 | 10 | 111111 | 100101 |
Color Harmonies of #9B2823
Complementary color
Monochromatic Colors of #9B2823
Black with #9B2823
Text Example
Text Example
White with #9B2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2823; }
p { color: rgb(155,40,35); }
H1.HeaderClassName
{
color: #9B2823;
}
.AnyTagClassName
{
color: #9B2823;
}
</style>
background-color css
<style>
a { background-color: #9B2823; }
a { background-color: rgb(155,40,35); }
div.DivClassName
{
background-color: #9B2823;
}
.BgClassName
{
background-color: #9B2823;
}
</style>
border-color css
<style>
span { border-color: #9B2823; }
span { border-color: rgb(155,40,35); }
td.TdClassName
{
border-color: #9B2823;
}
.TagClassName
{
border-color: #9B2823;
}
</style>