Shades of Brown #9D3123
Tints of Brown #9D3123
RGB
CMYK
RGB Variations
Color information
#9D3123 (or 0x9D3123) is known color: Brown. HEX triplet: 9D, 31 and 23. RGB value is (157,49,35). Sum of RGB (Red+Green+Blue) = 157+49+35=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3123 is #62CEDC. Grayscale: #4F4F4F. Windows color (decimal): -6475485 or 2306461. OLE color: 2306461.
HSL color Cylindrical-coordinate representation of color #9D3123: hue angle of 6.89º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D3123 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 35 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.38 |
| HSL | 6.89º | 0.64% | 0.38% | - |
| HSV(B) | 6.89º | 0.78% | 0.62% | - |
| XYZ | 15.31 | 9.49 | 2.61 | - |
| YUV | 79.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 35 | 0 | 0.69 | 0.78 | 0.38 | 6.89 | 0.64 | 0.38 |
| Hex | 9D | 31 | 23 | 0 | 45 | 4E | 26 | 7 | 40 | 26 |
| Octal | 235 | 61 | 43 | 0 | 105 | 116 | 46 | 7 | 100 | 46 |
| Binary | 10011101 | 110001 | 100011 | 0 | 1000101 | 1001110 | 100110 | 111 | 1000000 | 100110 |
Color Harmonies of #9D3123
Complementary color
Monochromatic Colors of #9D3123
Black with #9D3123
Text Example
Text Example
White with #9D3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3123; }
p { color: rgb(157,49,35); }
H1.HeaderClassName
{
color: #9D3123;
}
.AnyTagClassName
{
color: #9D3123;
}
</style>
background-color css
<style>
a { background-color: #9D3123; }
a { background-color: rgb(157,49,35); }
div.DivClassName
{
background-color: #9D3123;
}
.BgClassName
{
background-color: #9D3123;
}
</style>
border-color css
<style>
span { border-color: #9D3123; }
span { border-color: rgb(157,49,35); }
td.TdClassName
{
border-color: #9D3123;
}
.TagClassName
{
border-color: #9D3123;
}
</style>