Shades of Brown #9C2727
Tints of Brown #9C2727
RGB
CMYK
RGB Variations
Color information
#9C2727 (or 0x9C2727) is known color: Brown. HEX triplet: 9C, 27 and 27. RGB value is (156,39,39). Sum of RGB (Red+Green+Blue) = 156+39+39=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2727 is #63D8D8. Grayscale: #4A4A4A. Windows color (decimal): -6543577 or 2566044. OLE color: 2566044.
HSL color Cylindrical-coordinate representation of color #9C2727: hue angle of 0º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2727 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 39 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.39 |
| HSL | 0º | 0.6% | 0.38% | - |
| HSV(B) | 0º | 0.75% | 0.61% | - |
| XYZ | 14.8 | 8.67 | 2.81 | - |
| YUV | 73.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 39 | 0 | 0.75 | 0.75 | 0.39 | 0 | 0.6 | 0.38 |
| Hex | 9C | 27 | 27 | 0 | 4B | 4B | 27 | 0 | 3C | 26 |
| Octal | 234 | 47 | 47 | 0 | 113 | 113 | 47 | 0 | 74 | 46 |
| Binary | 10011100 | 100111 | 100111 | 0 | 1001011 | 1001011 | 100111 | 0 | 111100 | 100110 |
Color Harmonies of #9C2727
Complementary color
Monochromatic Colors of #9C2727
Black with #9C2727
Text Example
Text Example
White with #9C2727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2727; }
p { color: rgb(156,39,39); }
H1.HeaderClassName
{
color: #9C2727;
}
.AnyTagClassName
{
color: #9C2727;
}
</style>
background-color css
<style>
a { background-color: #9C2727; }
a { background-color: rgb(156,39,39); }
div.DivClassName
{
background-color: #9C2727;
}
.BgClassName
{
background-color: #9C2727;
}
</style>
border-color css
<style>
span { border-color: #9C2727; }
span { border-color: rgb(156,39,39); }
td.TdClassName
{
border-color: #9C2727;
}
.TagClassName
{
border-color: #9C2727;
}
</style>