Shades of Brown #9D2C2C
Tints of Brown #9D2C2C
RGB
CMYK
RGB Variations
Color information
#9D2C2C (or 0x9D2C2C) is known color: Brown. HEX triplet: 9D, 2C and 2C. RGB value is (157,44,44). Sum of RGB (Red+Green+Blue) = 157+44+44=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C2C is #62D3D3. Grayscale: #4D4D4D. Windows color (decimal): -6476756 or 2895005. OLE color: 2895005.
HSL color Cylindrical-coordinate representation of color #9D2C2C: hue angle of 0º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C2C is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 44 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.38 |
| HSL | 0º | 0.56% | 0.39% | - |
| HSV(B) | 0º | 0.72% | 0.62% | - |
| XYZ | 15.26 | 9.15 | 3.34 | - |
| YUV | 77.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 44 | 0 | 0.72 | 0.72 | 0.38 | 0 | 0.56 | 0.39 |
| Hex | 9D | 2C | 2C | 0 | 48 | 48 | 26 | 0 | 38 | 27 |
| Octal | 235 | 54 | 54 | 0 | 110 | 110 | 46 | 0 | 70 | 47 |
| Binary | 10011101 | 101100 | 101100 | 0 | 1001000 | 1001000 | 100110 | 0 | 111000 | 100111 |
Color Harmonies of #9D2C2C
Complementary color
Monochromatic Colors of #9D2C2C
Black with #9D2C2C
Text Example
Text Example
White with #9D2C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C2C; }
p { color: rgb(157,44,44); }
H1.HeaderClassName
{
color: #9D2C2C;
}
.AnyTagClassName
{
color: #9D2C2C;
}
</style>
background-color css
<style>
a { background-color: #9D2C2C; }
a { background-color: rgb(157,44,44); }
div.DivClassName
{
background-color: #9D2C2C;
}
.BgClassName
{
background-color: #9D2C2C;
}
</style>
border-color css
<style>
span { border-color: #9D2C2C; }
span { border-color: rgb(157,44,44); }
td.TdClassName
{
border-color: #9D2C2C;
}
.TagClassName
{
border-color: #9D2C2C;
}
</style>