Shades of Brown #9C2C1F
Tints of Brown #9C2C1F
RGB
CMYK
RGB Variations
Color information
#9C2C1F (or 0x9C2C1F) is known color: Brown. HEX triplet: 9C, 2C and 1F. RGB value is (156,44,31). Sum of RGB (Red+Green+Blue) = 156+44+31=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C1F is #63D3E0. Grayscale: #4C4C4C. Windows color (decimal): -6542305 or 2043036. OLE color: 2043036.
HSL color Cylindrical-coordinate representation of color #9C2C1F: hue angle of 6.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C2C1F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 31 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.39 |
| HSL | 6.24º | 0.67% | 0.37% | - |
| HSV(B) | 6.24º | 0.8% | 0.61% | - |
| XYZ | 14.86 | 8.97 | 2.24 | - |
| YUV | 76.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 31 | 0 | 0.72 | 0.80 | 0.39 | 6.24 | 0.67 | 0.37 |
| Hex | 9C | 2C | 1F | 0 | 48 | 50 | 27 | 6 | 43 | 25 |
| Octal | 234 | 54 | 37 | 0 | 110 | 120 | 47 | 6 | 103 | 45 |
| Binary | 10011100 | 101100 | 11111 | 0 | 1001000 | 1010000 | 100111 | 110 | 1000011 | 100101 |
Color Harmonies of #9C2C1F
Complementary color
Monochromatic Colors of #9C2C1F
Black with #9C2C1F
Text Example
Text Example
White with #9C2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C1F; }
p { color: rgb(156,44,31); }
H1.HeaderClassName
{
color: #9C2C1F;
}
.AnyTagClassName
{
color: #9C2C1F;
}
</style>
background-color css
<style>
a { background-color: #9C2C1F; }
a { background-color: rgb(156,44,31); }
div.DivClassName
{
background-color: #9C2C1F;
}
.BgClassName
{
background-color: #9C2C1F;
}
</style>
border-color css
<style>
span { border-color: #9C2C1F; }
span { border-color: rgb(156,44,31); }
td.TdClassName
{
border-color: #9C2C1F;
}
.TagClassName
{
border-color: #9C2C1F;
}
</style>