Shades of Brown #9C2725
Tints of Brown #9C2725
RGB
CMYK
RGB Variations
Color information
#9C2725 (or 0x9C2725) is known color: Brown. HEX triplet: 9C, 27 and 25. RGB value is (156,39,37). Sum of RGB (Red+Green+Blue) = 156+39+37=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2725 is #63D8DA. Grayscale: #494949. Windows color (decimal): -6543579 or 2434972. OLE color: 2434972.
HSL color Cylindrical-coordinate representation of color #9C2725: hue angle of 1.01º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2725 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 37 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.39 |
| HSL | 1.01º | 0.62% | 0.38% | - |
| HSV(B) | 1.01º | 0.76% | 0.61% | - |
| XYZ | 14.77 | 8.65 | 2.64 | - |
| YUV | 73.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 37 | 0 | 0.75 | 0.76 | 0.39 | 1.01 | 0.62 | 0.38 |
| Hex | 9C | 27 | 25 | 0 | 4B | 4C | 27 | 1 | 3E | 26 |
| Octal | 234 | 47 | 45 | 0 | 113 | 114 | 47 | 1 | 76 | 46 |
| Binary | 10011100 | 100111 | 100101 | 0 | 1001011 | 1001100 | 100111 | 1 | 111110 | 100110 |
Color Harmonies of #9C2725
Complementary color
Monochromatic Colors of #9C2725
Black with #9C2725
Text Example
Text Example
White with #9C2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2725; }
p { color: rgb(156,39,37); }
H1.HeaderClassName
{
color: #9C2725;
}
.AnyTagClassName
{
color: #9C2725;
}
</style>
background-color css
<style>
a { background-color: #9C2725; }
a { background-color: rgb(156,39,37); }
div.DivClassName
{
background-color: #9C2725;
}
.BgClassName
{
background-color: #9C2725;
}
</style>
border-color css
<style>
span { border-color: #9C2725; }
span { border-color: rgb(156,39,37); }
td.TdClassName
{
border-color: #9C2725;
}
.TagClassName
{
border-color: #9C2725;
}
</style>