Shades of Brown #9C2524
Tints of Brown #9C2524
RGB
CMYK
RGB Variations
Color information
#9C2524 (or 0x9C2524) is known color: Brown. HEX triplet: 9C, 25 and 24. RGB value is (156,37,36). Sum of RGB (Red+Green+Blue) = 156+37+36=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2524 is #63DADB. Grayscale: #484848. Windows color (decimal): -6544092 or 2368924. OLE color: 2368924.
HSL color Cylindrical-coordinate representation of color #9C2524: hue angle of 0.5º 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 #9C2524 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 36 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.39 |
| HSL | 0.5º | 0.63% | 0.38% | - |
| HSV(B) | 0.5º | 0.77% | 0.61% | - |
| XYZ | 14.69 | 8.52 | 2.54 | - |
| YUV | 72.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 36 | 0 | 0.76 | 0.77 | 0.39 | 0.5 | 0.63 | 0.38 |
| Hex | 9C | 25 | 24 | 0 | 4C | 4D | 27 | 0 | 3E | 26 |
| Octal | 234 | 45 | 44 | 0 | 114 | 115 | 47 | 0 | 76 | 46 |
| Binary | 10011100 | 100101 | 100100 | 0 | 1001100 | 1001101 | 100111 | 0 | 111110 | 100110 |
Color Harmonies of #9C2524
Complementary color
Monochromatic Colors of #9C2524
Black with #9C2524
Text Example
Text Example
White with #9C2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2524; }
p { color: rgb(156,37,36); }
H1.HeaderClassName
{
color: #9C2524;
}
.AnyTagClassName
{
color: #9C2524;
}
</style>
background-color css
<style>
a { background-color: #9C2524; }
a { background-color: rgb(156,37,36); }
div.DivClassName
{
background-color: #9C2524;
}
.BgClassName
{
background-color: #9C2524;
}
</style>
border-color css
<style>
span { border-color: #9C2524; }
span { border-color: rgb(156,37,36); }
td.TdClassName
{
border-color: #9C2524;
}
.TagClassName
{
border-color: #9C2524;
}
</style>