Shades of Brown #9C281D
Tints of Brown #9C281D
RGB
CMYK
RGB Variations
Color information
#9C281D (or 0x9C281D) is known color: Brown. HEX triplet: 9C, 28 and 1D. RGB value is (156,40,29). Sum of RGB (Red+Green+Blue) = 156+40+29=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C281D is #63D7E2. Grayscale: #494949. Windows color (decimal): -6543331 or 1910940. OLE color: 1910940.
HSL color Cylindrical-coordinate representation of color #9C281D: hue angle of 5.2º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 29 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.39 |
| HSL | 5.2º | 0.69% | 0.36% | - |
| HSV(B) | 5.2º | 0.81% | 0.61% | - |
| XYZ | 14.69 | 8.67 | 2.06 | - |
| YUV | 73.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 29 | 0 | 0.74 | 0.81 | 0.39 | 5.2 | 0.69 | 0.36 |
| Hex | 9C | 28 | 1D | 0 | 4A | 51 | 27 | 5 | 45 | 24 |
| Octal | 234 | 50 | 35 | 0 | 112 | 121 | 47 | 5 | 105 | 44 |
| Binary | 10011100 | 101000 | 11101 | 0 | 1001010 | 1010001 | 100111 | 101 | 1000101 | 100100 |
Color Harmonies of #9C281D
Complementary color
Monochromatic Colors of #9C281D
Black with #9C281D
Text Example
Text Example
White with #9C281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C281D; }
p { color: rgb(156,40,29); }
H1.HeaderClassName
{
color: #9C281D;
}
.AnyTagClassName
{
color: #9C281D;
}
</style>
background-color css
<style>
a { background-color: #9C281D; }
a { background-color: rgb(156,40,29); }
div.DivClassName
{
background-color: #9C281D;
}
.BgClassName
{
background-color: #9C281D;
}
</style>
border-color css
<style>
span { border-color: #9C281D; }
span { border-color: rgb(156,40,29); }
td.TdClassName
{
border-color: #9C281D;
}
.TagClassName
{
border-color: #9C281D;
}
</style>