Shades of Burnt Umber #9D301A
Tints of Burnt Umber #9D301A
RGB
CMYK
RGB Variations
Color information
#9D301A (or 0x9D301A) is known color: Burnt Umber. HEX triplet: 9D, 30 and 1A. RGB value is (157,48,26). Sum of RGB (Red+Green+Blue) = 157+48+26=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D301A is #62CFE5. Grayscale: #4E4E4E. Windows color (decimal): -6475750 or 1716381. OLE color: 1716381.
HSL color Cylindrical-coordinate representation of color #9D301A: hue angle of 10.08º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D301A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 26 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.38 |
| HSL | 10.08º | 0.72% | 0.36% | - |
| HSV(B) | 10.08º | 0.83% | 0.62% | - |
| XYZ | 15.15 | 9.36 | 1.98 | - |
| YUV | 78.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 26 | 0 | 0.69 | 0.83 | 0.38 | 10.08 | 0.72 | 0.36 |
| Hex | 9D | 30 | 1A | 0 | 45 | 53 | 26 | A | 48 | 24 |
| Octal | 235 | 60 | 32 | 0 | 105 | 123 | 46 | 12 | 110 | 44 |
| Binary | 10011101 | 110000 | 11010 | 0 | 1000101 | 1010011 | 100110 | 1010 | 1001000 | 100100 |
Color Harmonies of #9D301A
Complementary color
Monochromatic Colors of #9D301A
Black with #9D301A
Text Example
Text Example
White with #9D301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D301A; }
p { color: rgb(157,48,26); }
H1.HeaderClassName
{
color: #9D301A;
}
.AnyTagClassName
{
color: #9D301A;
}
</style>
background-color css
<style>
a { background-color: #9D301A; }
a { background-color: rgb(157,48,26); }
div.DivClassName
{
background-color: #9D301A;
}
.BgClassName
{
background-color: #9D301A;
}
</style>
border-color css
<style>
span { border-color: #9D301A; }
span { border-color: rgb(157,48,26); }
td.TdClassName
{
border-color: #9D301A;
}
.TagClassName
{
border-color: #9D301A;
}
</style>