Shades of Brown #9D271C
Tints of Brown #9D271C
RGB
CMYK
RGB Variations
Color information
#9D271C (or 0x9D271C) is known color: Brown. HEX triplet: 9D, 27 and 1C. RGB value is (157,39,28). Sum of RGB (Red+Green+Blue) = 157+39+28=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271C is #62D8E3. Grayscale: #494949. Windows color (decimal): -6478052 or 1845149. OLE color: 1845149.
HSL color Cylindrical-coordinate representation of color #9D271C: hue angle of 5.12º degrees, saturation: 0.7, 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 #9D271C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 28 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.38 |
| HSL | 5.12º | 0.7% | 0.36% | - |
| HSV(B) | 5.12º | 0.82% | 0.62% | - |
| XYZ | 14.84 | 8.7 | 2 | - |
| YUV | 73.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 28 | 0 | 0.75 | 0.82 | 0.38 | 5.12 | 0.7 | 0.36 |
| Hex | 9D | 27 | 1C | 0 | 4B | 52 | 26 | 5 | 46 | 24 |
| Octal | 235 | 47 | 34 | 0 | 113 | 122 | 46 | 5 | 106 | 44 |
| Binary | 10011101 | 100111 | 11100 | 0 | 1001011 | 1010010 | 100110 | 101 | 1000110 | 100100 |
Color Harmonies of #9D271C
Complementary color
Monochromatic Colors of #9D271C
Black with #9D271C
Text Example
Text Example
White with #9D271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D271C; }
p { color: rgb(157,39,28); }
H1.HeaderClassName
{
color: #9D271C;
}
.AnyTagClassName
{
color: #9D271C;
}
</style>
background-color css
<style>
a { background-color: #9D271C; }
a { background-color: rgb(157,39,28); }
div.DivClassName
{
background-color: #9D271C;
}
.BgClassName
{
background-color: #9D271C;
}
</style>
border-color css
<style>
span { border-color: #9D271C; }
span { border-color: rgb(157,39,28); }
td.TdClassName
{
border-color: #9D271C;
}
.TagClassName
{
border-color: #9D271C;
}
</style>