Shades of Burnt Umber #9D341F
Tints of Burnt Umber #9D341F
RGB
CMYK
RGB Variations
Color information
#9D341F (or 0x9D341F) is known color: Burnt Umber. HEX triplet: 9D, 34 and 1F. RGB value is (157,52,31). Sum of RGB (Red+Green+Blue) = 157+52+31=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D341F is #62CBE0. Grayscale: #515151. Windows color (decimal): -6474721 or 2045085. OLE color: 2045085.
HSL color Cylindrical-coordinate representation of color #9D341F: hue angle of 10º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D341F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 52 | 31 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.38 |
| HSL | 10º | 0.67% | 0.37% | - |
| HSV(B) | 10º | 0.8% | 0.62% | - |
| XYZ | 15.38 | 9.72 | 2.36 | - |
| YUV | 81 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 31 | 0 | 0.67 | 0.80 | 0.38 | 10 | 0.67 | 0.37 |
| Hex | 9D | 34 | 1F | 0 | 43 | 50 | 26 | A | 43 | 25 |
| Octal | 235 | 64 | 37 | 0 | 103 | 120 | 46 | 12 | 103 | 45 |
| Binary | 10011101 | 110100 | 11111 | 0 | 1000011 | 1010000 | 100110 | 1010 | 1000011 | 100101 |
Color Harmonies of #9D341F
Complementary color
Monochromatic Colors of #9D341F
Black with #9D341F
Text Example
Text Example
White with #9D341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D341F; }
p { color: rgb(157,52,31); }
H1.HeaderClassName
{
color: #9D341F;
}
.AnyTagClassName
{
color: #9D341F;
}
</style>
background-color css
<style>
a { background-color: #9D341F; }
a { background-color: rgb(157,52,31); }
div.DivClassName
{
background-color: #9D341F;
}
.BgClassName
{
background-color: #9D341F;
}
</style>
border-color css
<style>
span { border-color: #9D341F; }
span { border-color: rgb(157,52,31); }
td.TdClassName
{
border-color: #9D341F;
}
.TagClassName
{
border-color: #9D341F;
}
</style>