Shades of Brown #9C2C25
Tints of Brown #9C2C25
RGB
CMYK
RGB Variations
Color information
#9C2C25 (or 0x9C2C25) is known color: Brown. HEX triplet: 9C, 2C and 25. RGB value is (156,44,37). Sum of RGB (Red+Green+Blue) = 156+44+37=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C25 is #63D3DA. Grayscale: #4C4C4C. Windows color (decimal): -6542299 or 2436252. OLE color: 2436252.
HSL color Cylindrical-coordinate representation of color #9C2C25: hue angle of 3.53º 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 #9C2C25 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 37 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.39 |
| HSL | 3.53º | 0.62% | 0.38% | - |
| HSV(B) | 3.53º | 0.76% | 0.61% | - |
| XYZ | 14.94 | 9 | 2.7 | - |
| YUV | 76.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 37 | 0 | 0.72 | 0.76 | 0.39 | 3.53 | 0.62 | 0.38 |
| Hex | 9C | 2C | 25 | 0 | 48 | 4C | 27 | 4 | 3E | 26 |
| Octal | 234 | 54 | 45 | 0 | 110 | 114 | 47 | 4 | 76 | 46 |
| Binary | 10011100 | 101100 | 100101 | 0 | 1001000 | 1001100 | 100111 | 100 | 111110 | 100110 |
Color Harmonies of #9C2C25
Complementary color
Monochromatic Colors of #9C2C25
Black with #9C2C25
Text Example
Text Example
White with #9C2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C25; }
p { color: rgb(156,44,37); }
H1.HeaderClassName
{
color: #9C2C25;
}
.AnyTagClassName
{
color: #9C2C25;
}
</style>
background-color css
<style>
a { background-color: #9C2C25; }
a { background-color: rgb(156,44,37); }
div.DivClassName
{
background-color: #9C2C25;
}
.BgClassName
{
background-color: #9C2C25;
}
</style>
border-color css
<style>
span { border-color: #9C2C25; }
span { border-color: rgb(156,44,37); }
td.TdClassName
{
border-color: #9C2C25;
}
.TagClassName
{
border-color: #9C2C25;
}
</style>