Shades of Brown #9D2E1D
Tints of Brown #9D2E1D
RGB
CMYK
RGB Variations
Color information
#9D2E1D (or 0x9D2E1D) is known color: Brown. HEX triplet: 9D, 2E and 1D. RGB value is (157,46,29). Sum of RGB (Red+Green+Blue) = 157+46+29=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2E1D is #62D1E2. Grayscale: #4D4D4D. Windows color (decimal): -6476259 or 1912477. OLE color: 1912477.
HSL color Cylindrical-coordinate representation of color #9D2E1D: hue angle of 7.97º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2E1D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 46 | 29 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.38 |
| HSL | 7.97º | 0.69% | 0.36% | - |
| HSV(B) | 7.97º | 0.82% | 0.62% | - |
| XYZ | 15.1 | 9.21 | 2.14 | - |
| YUV | 77.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 29 | 0 | 0.71 | 0.82 | 0.38 | 7.97 | 0.69 | 0.36 |
| Hex | 9D | 2E | 1D | 0 | 47 | 52 | 26 | 8 | 45 | 24 |
| Octal | 235 | 56 | 35 | 0 | 107 | 122 | 46 | 10 | 105 | 44 |
| Binary | 10011101 | 101110 | 11101 | 0 | 1000111 | 1010010 | 100110 | 1000 | 1000101 | 100100 |
Color Harmonies of #9D2E1D
Complementary color
Monochromatic Colors of #9D2E1D
Black with #9D2E1D
Text Example
Text Example
White with #9D2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2E1D; }
p { color: rgb(157,46,29); }
H1.HeaderClassName
{
color: #9D2E1D;
}
.AnyTagClassName
{
color: #9D2E1D;
}
</style>
background-color css
<style>
a { background-color: #9D2E1D; }
a { background-color: rgb(157,46,29); }
div.DivClassName
{
background-color: #9D2E1D;
}
.BgClassName
{
background-color: #9D2E1D;
}
</style>
border-color css
<style>
span { border-color: #9D2E1D; }
span { border-color: rgb(157,46,29); }
td.TdClassName
{
border-color: #9D2E1D;
}
.TagClassName
{
border-color: #9D2E1D;
}
</style>