Shades of Burnt Umber #9D3419
Tints of Burnt Umber #9D3419
RGB
CMYK
RGB Variations
Color information
#9D3419 (or 0x9D3419) is known color: Burnt Umber. HEX triplet: 9D, 34 and 19. RGB value is (157,52,25). Sum of RGB (Red+Green+Blue) = 157+52+25=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3419 is #62CBE6. Grayscale: #505050. Windows color (decimal): -6474727 or 1651869. OLE color: 1651869.
HSL color Cylindrical-coordinate representation of color #9D3419: hue angle of 12.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D3419 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 52 | 25 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.38 |
| HSL | 12.27º | 0.73% | 0.36% | - |
| HSV(B) | 12.27º | 0.84% | 0.62% | - |
| XYZ | 15.31 | 9.69 | 1.98 | - |
| YUV | 80.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 25 | 0 | 0.67 | 0.84 | 0.38 | 12.27 | 0.73 | 0.36 |
| Hex | 9D | 34 | 19 | 0 | 43 | 54 | 26 | C | 49 | 24 |
| Octal | 235 | 64 | 31 | 0 | 103 | 124 | 46 | 14 | 111 | 44 |
| Binary | 10011101 | 110100 | 11001 | 0 | 1000011 | 1010100 | 100110 | 1100 | 1001001 | 100100 |
Color Harmonies of #9D3419
Complementary color
Monochromatic Colors of #9D3419
Black with #9D3419
Text Example
Text Example
White with #9D3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3419; }
p { color: rgb(157,52,25); }
H1.HeaderClassName
{
color: #9D3419;
}
.AnyTagClassName
{
color: #9D3419;
}
</style>
background-color css
<style>
a { background-color: #9D3419; }
a { background-color: rgb(157,52,25); }
div.DivClassName
{
background-color: #9D3419;
}
.BgClassName
{
background-color: #9D3419;
}
</style>
border-color css
<style>
span { border-color: #9D3419; }
span { border-color: rgb(157,52,25); }
td.TdClassName
{
border-color: #9D3419;
}
.TagClassName
{
border-color: #9D3419;
}
</style>