Shades of Brown #9D2624
Tints of Brown #9D2624
RGB
CMYK
RGB Variations
Color information
#9D2624 (or 0x9D2624) is known color: Brown. HEX triplet: 9D, 26 and 24. RGB value is (157,38,36). Sum of RGB (Red+Green+Blue) = 157+38+36=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2624 is #62D9DB. Grayscale: #494949. Windows color (decimal): -6478300 or 2369181. OLE color: 2369181.
HSL color Cylindrical-coordinate representation of color #9D2624: hue angle of 0.99º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2624 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 36 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.38 |
| HSL | 0.99º | 0.63% | 0.38% | - |
| HSV(B) | 0.99º | 0.77% | 0.62% | - |
| XYZ | 14.92 | 8.68 | 2.56 | - |
| YUV | 73.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 36 | 0 | 0.76 | 0.77 | 0.38 | 0.99 | 0.63 | 0.38 |
| Hex | 9D | 26 | 24 | 0 | 4C | 4D | 26 | 1 | 3F | 26 |
| Octal | 235 | 46 | 44 | 0 | 114 | 115 | 46 | 1 | 77 | 46 |
| Binary | 10011101 | 100110 | 100100 | 0 | 1001100 | 1001101 | 100110 | 1 | 111111 | 100110 |
Color Harmonies of #9D2624
Complementary color
Monochromatic Colors of #9D2624
Black with #9D2624
Text Example
Text Example
White with #9D2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2624; }
p { color: rgb(157,38,36); }
H1.HeaderClassName
{
color: #9D2624;
}
.AnyTagClassName
{
color: #9D2624;
}
</style>
background-color css
<style>
a { background-color: #9D2624; }
a { background-color: rgb(157,38,36); }
div.DivClassName
{
background-color: #9D2624;
}
.BgClassName
{
background-color: #9D2624;
}
</style>
border-color css
<style>
span { border-color: #9D2624; }
span { border-color: rgb(157,38,36); }
td.TdClassName
{
border-color: #9D2624;
}
.TagClassName
{
border-color: #9D2624;
}
</style>