Shades of Brown #9C2824
Tints of Brown #9C2824
RGB
CMYK
RGB Variations
Color information
#9C2824 (or 0x9C2824) is known color: Brown. HEX triplet: 9C, 28 and 24. RGB value is (156,40,36). Sum of RGB (Red+Green+Blue) = 156+40+36=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2824 is #63D7DB. Grayscale: #4A4A4A. Windows color (decimal): -6543324 or 2369692. OLE color: 2369692.
HSL color Cylindrical-coordinate representation of color #9C2824: hue angle of 2º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2824 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 36 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.39 |
| HSL | 2º | 0.63% | 0.38% | - |
| HSV(B) | 2º | 0.77% | 0.61% | - |
| XYZ | 14.79 | 8.71 | 2.57 | - |
| YUV | 74.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 36 | 0 | 0.74 | 0.77 | 0.39 | 2 | 0.63 | 0.38 |
| Hex | 9C | 28 | 24 | 0 | 4A | 4D | 27 | 2 | 3E | 26 |
| Octal | 234 | 50 | 44 | 0 | 112 | 115 | 47 | 2 | 76 | 46 |
| Binary | 10011100 | 101000 | 100100 | 0 | 1001010 | 1001101 | 100111 | 10 | 111110 | 100110 |
Color Harmonies of #9C2824
Complementary color
Monochromatic Colors of #9C2824
Black with #9C2824
Text Example
Text Example
White with #9C2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2824; }
p { color: rgb(156,40,36); }
H1.HeaderClassName
{
color: #9C2824;
}
.AnyTagClassName
{
color: #9C2824;
}
</style>
background-color css
<style>
a { background-color: #9C2824; }
a { background-color: rgb(156,40,36); }
div.DivClassName
{
background-color: #9C2824;
}
.BgClassName
{
background-color: #9C2824;
}
</style>
border-color css
<style>
span { border-color: #9C2824; }
span { border-color: rgb(156,40,36); }
td.TdClassName
{
border-color: #9C2824;
}
.TagClassName
{
border-color: #9C2824;
}
</style>