Shades of Brown #9C291F
Tints of Brown #9C291F
RGB
CMYK
RGB Variations
Color information
#9C291F (or 0x9C291F) is known color: Brown. HEX triplet: 9C, 29 and 1F. RGB value is (156,41,31). Sum of RGB (Red+Green+Blue) = 156+41+31=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C291F is #63D6E0. Grayscale: #4A4A4A. Windows color (decimal): -6543073 or 2042268. OLE color: 2042268.
HSL color Cylindrical-coordinate representation of color #9C291F: hue angle of 4.8º 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 #9C291F is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 31 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.39 |
| HSL | 4.8º | 0.67% | 0.37% | - |
| HSV(B) | 4.8º | 0.8% | 0.61% | - |
| XYZ | 14.75 | 8.75 | 2.21 | - |
| YUV | 74.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 31 | 0 | 0.74 | 0.80 | 0.39 | 4.8 | 0.67 | 0.37 |
| Hex | 9C | 29 | 1F | 0 | 4A | 50 | 27 | 5 | 43 | 25 |
| Octal | 234 | 51 | 37 | 0 | 112 | 120 | 47 | 5 | 103 | 45 |
| Binary | 10011100 | 101001 | 11111 | 0 | 1001010 | 1010000 | 100111 | 101 | 1000011 | 100101 |
Color Harmonies of #9C291F
Complementary color
Monochromatic Colors of #9C291F
Black with #9C291F
Text Example
Text Example
White with #9C291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C291F; }
p { color: rgb(156,41,31); }
H1.HeaderClassName
{
color: #9C291F;
}
.AnyTagClassName
{
color: #9C291F;
}
</style>
background-color css
<style>
a { background-color: #9C291F; }
a { background-color: rgb(156,41,31); }
div.DivClassName
{
background-color: #9C291F;
}
.BgClassName
{
background-color: #9C291F;
}
</style>
border-color css
<style>
span { border-color: #9C291F; }
span { border-color: rgb(156,41,31); }
td.TdClassName
{
border-color: #9C291F;
}
.TagClassName
{
border-color: #9C291F;
}
</style>