Shades of Brown #9D2C19
Tints of Brown #9D2C19
RGB
CMYK
RGB Variations
Color information
#9D2C19 (or 0x9D2C19) is known color: Brown. HEX triplet: 9D, 2C and 19. RGB value is (157,44,25). Sum of RGB (Red+Green+Blue) = 157+44+25=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2C19 is #62D3E6. Grayscale: #4B4B4B. Windows color (decimal): -6476775 or 1649821. OLE color: 1649821.
HSL color Cylindrical-coordinate representation of color #9D2C19: hue angle of 8.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D2C19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.38 |
| HSL | 8.64º | 0.73% | 0.36% | - |
| HSV(B) | 8.64º | 0.84% | 0.62% | - |
| XYZ | 14.98 | 9.04 | 1.87 | - |
| YUV | 75.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 25 | 0 | 0.72 | 0.84 | 0.38 | 8.64 | 0.73 | 0.36 |
| Hex | 9D | 2C | 19 | 0 | 48 | 54 | 26 | 9 | 49 | 24 |
| Octal | 235 | 54 | 31 | 0 | 110 | 124 | 46 | 11 | 111 | 44 |
| Binary | 10011101 | 101100 | 11001 | 0 | 1001000 | 1010100 | 100110 | 1001 | 1001001 | 100100 |
Color Harmonies of #9D2C19
Complementary color
Monochromatic Colors of #9D2C19
Black with #9D2C19
Text Example
Text Example
White with #9D2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C19; }
p { color: rgb(157,44,25); }
H1.HeaderClassName
{
color: #9D2C19;
}
.AnyTagClassName
{
color: #9D2C19;
}
</style>
background-color css
<style>
a { background-color: #9D2C19; }
a { background-color: rgb(157,44,25); }
div.DivClassName
{
background-color: #9D2C19;
}
.BgClassName
{
background-color: #9D2C19;
}
</style>
border-color css
<style>
span { border-color: #9D2C19; }
span { border-color: rgb(157,44,25); }
td.TdClassName
{
border-color: #9D2C19;
}
.TagClassName
{
border-color: #9D2C19;
}
</style>