Shades of Brown #9D271D
Tints of Brown #9D271D
RGB
CMYK
RGB Variations
Color information
#9D271D (or 0x9D271D) is known color: Brown. HEX triplet: 9D, 27 and 1D. RGB value is (157,39,29). Sum of RGB (Red+Green+Blue) = 157+39+29=225 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271D is #62D8E2. Grayscale: #494949. Windows color (decimal): -6478051 or 1910685. OLE color: 1910685.
HSL color Cylindrical-coordinate representation of color #9D271D: hue angle of 4.69º 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 #9D271D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 29 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.38 |
| HSL | 4.69º | 0.69% | 0.36% | - |
| HSV(B) | 4.69º | 0.82% | 0.62% | - |
| XYZ | 14.85 | 8.71 | 2.06 | - |
| YUV | 73.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 29 | 0 | 0.75 | 0.82 | 0.38 | 4.69 | 0.69 | 0.36 |
| Hex | 9D | 27 | 1D | 0 | 4B | 52 | 26 | 5 | 45 | 24 |
| Octal | 235 | 47 | 35 | 0 | 113 | 122 | 46 | 5 | 105 | 44 |
| Binary | 10011101 | 100111 | 11101 | 0 | 1001011 | 1010010 | 100110 | 101 | 1000101 | 100100 |
Color Harmonies of #9D271D
Complementary color
Monochromatic Colors of #9D271D
Black with #9D271D
Text Example
Text Example
White with #9D271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D271D; }
p { color: rgb(157,39,29); }
H1.HeaderClassName
{
color: #9D271D;
}
.AnyTagClassName
{
color: #9D271D;
}
</style>
background-color css
<style>
a { background-color: #9D271D; }
a { background-color: rgb(157,39,29); }
div.DivClassName
{
background-color: #9D271D;
}
.BgClassName
{
background-color: #9D271D;
}
</style>
border-color css
<style>
span { border-color: #9D271D; }
span { border-color: rgb(157,39,29); }
td.TdClassName
{
border-color: #9D271D;
}
.TagClassName
{
border-color: #9D271D;
}
</style>