Shades of Brown #9C2520
Tints of Brown #9C2520
RGB
CMYK
RGB Variations
Color information
#9C2520 (or 0x9C2520) is known color: Brown. HEX triplet: 9C, 25 and 20. RGB value is (156,37,32). Sum of RGB (Red+Green+Blue) = 156+37+32=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2520 is #63DADF. Grayscale: #484848. Windows color (decimal): -6544096 or 2106780. OLE color: 2106780.
HSL color Cylindrical-coordinate representation of color #9C2520: hue angle of 2.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2520 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 32 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.39 |
| HSL | 2.42º | 0.66% | 0.37% | - |
| HSV(B) | 2.42º | 0.79% | 0.61% | - |
| XYZ | 14.63 | 8.5 | 2.24 | - |
| YUV | 72.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 32 | 0 | 0.76 | 0.79 | 0.39 | 2.42 | 0.66 | 0.37 |
| Hex | 9C | 25 | 20 | 0 | 4C | 4F | 27 | 2 | 42 | 25 |
| Octal | 234 | 45 | 40 | 0 | 114 | 117 | 47 | 2 | 102 | 45 |
| Binary | 10011100 | 100101 | 100000 | 0 | 1001100 | 1001111 | 100111 | 10 | 1000010 | 100101 |
Color Harmonies of #9C2520
Complementary color
Monochromatic Colors of #9C2520
Black with #9C2520
Text Example
Text Example
White with #9C2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2520; }
p { color: rgb(156,37,32); }
H1.HeaderClassName
{
color: #9C2520;
}
.AnyTagClassName
{
color: #9C2520;
}
</style>
background-color css
<style>
a { background-color: #9C2520; }
a { background-color: rgb(156,37,32); }
div.DivClassName
{
background-color: #9C2520;
}
.BgClassName
{
background-color: #9C2520;
}
</style>
border-color css
<style>
span { border-color: #9C2520; }
span { border-color: rgb(156,37,32); }
td.TdClassName
{
border-color: #9C2520;
}
.TagClassName
{
border-color: #9C2520;
}
</style>