Shades of Brown #9C2A27
Tints of Brown #9C2A27
RGB
CMYK
RGB Variations
Color information
#9C2A27 (or 0x9C2A27) is known color: Brown. HEX triplet: 9C, 2A and 27. RGB value is (156,42,39). Sum of RGB (Red+Green+Blue) = 156+42+39=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A27 is #63D5D8. Grayscale: #4B4B4B. Windows color (decimal): -6542809 or 2566812. OLE color: 2566812.
HSL color Cylindrical-coordinate representation of color #9C2A27: hue angle of 1.54º 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 #9C2A27 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 39 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.39 |
| HSL | 1.54º | 0.6% | 0.38% | - |
| HSV(B) | 1.54º | 0.75% | 0.61% | - |
| XYZ | 14.9 | 8.87 | 2.85 | - |
| YUV | 75.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 39 | 0 | 0.73 | 0.75 | 0.39 | 1.54 | 0.6 | 0.38 |
| Hex | 9C | 2A | 27 | 0 | 49 | 4B | 27 | 2 | 3C | 26 |
| Octal | 234 | 52 | 47 | 0 | 111 | 113 | 47 | 2 | 74 | 46 |
| Binary | 10011100 | 101010 | 100111 | 0 | 1001001 | 1001011 | 100111 | 10 | 111100 | 100110 |
Color Harmonies of #9C2A27
Complementary color
Monochromatic Colors of #9C2A27
Black with #9C2A27
Text Example
Text Example
White with #9C2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A27; }
p { color: rgb(156,42,39); }
H1.HeaderClassName
{
color: #9C2A27;
}
.AnyTagClassName
{
color: #9C2A27;
}
</style>
background-color css
<style>
a { background-color: #9C2A27; }
a { background-color: rgb(156,42,39); }
div.DivClassName
{
background-color: #9C2A27;
}
.BgClassName
{
background-color: #9C2A27;
}
</style>
border-color css
<style>
span { border-color: #9C2A27; }
span { border-color: rgb(156,42,39); }
td.TdClassName
{
border-color: #9C2A27;
}
.TagClassName
{
border-color: #9C2A27;
}
</style>