Shades of Brown #9C2422
Tints of Brown #9C2422
RGB
CMYK
RGB Variations
Color information
#9C2422 (or 0x9C2422) is known color: Brown. HEX triplet: 9C, 24 and 22. RGB value is (156,36,34). Sum of RGB (Red+Green+Blue) = 156+36+34=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2422 is #63DBDD. Grayscale: #474747. Windows color (decimal): -6544350 or 2237596. OLE color: 2237596.
HSL color Cylindrical-coordinate representation of color #9C2422: hue angle of 0.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2422 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 34 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.39 |
| HSL | 0.98º | 0.64% | 0.37% | - |
| HSV(B) | 0.98º | 0.78% | 0.61% | - |
| XYZ | 14.63 | 8.45 | 2.37 | - |
| YUV | 71.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 34 | 0 | 0.77 | 0.78 | 0.39 | 0.98 | 0.64 | 0.37 |
| Hex | 9C | 24 | 22 | 0 | 4D | 4E | 27 | 1 | 40 | 25 |
| Octal | 234 | 44 | 42 | 0 | 115 | 116 | 47 | 1 | 100 | 45 |
| Binary | 10011100 | 100100 | 100010 | 0 | 1001101 | 1001110 | 100111 | 1 | 1000000 | 100101 |
Color Harmonies of #9C2422
Complementary color
Monochromatic Colors of #9C2422
Black with #9C2422
Text Example
Text Example
White with #9C2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2422; }
p { color: rgb(156,36,34); }
H1.HeaderClassName
{
color: #9C2422;
}
.AnyTagClassName
{
color: #9C2422;
}
</style>
background-color css
<style>
a { background-color: #9C2422; }
a { background-color: rgb(156,36,34); }
div.DivClassName
{
background-color: #9C2422;
}
.BgClassName
{
background-color: #9C2422;
}
</style>
border-color css
<style>
span { border-color: #9C2422; }
span { border-color: rgb(156,36,34); }
td.TdClassName
{
border-color: #9C2422;
}
.TagClassName
{
border-color: #9C2422;
}
</style>