Shades of Burnt Umber #9A361F
Tints of Burnt Umber #9A361F
RGB
CMYK
RGB Variations
Color information
#9A361F (or 0x9A361F) is known color: Burnt Umber. HEX triplet: 9A, 36 and 1F. RGB value is (154,54,31). Sum of RGB (Red+Green+Blue) = 154+54+31=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A361F is #65C9E0. Grayscale: #515151. Windows color (decimal): -6670817 or 2045594. OLE color: 2045594.
HSL color Cylindrical-coordinate representation of color #9A361F: hue angle of 11.22º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A361F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 31 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.40 |
| HSL | 11.22º | 0.66% | 0.36% | - |
| HSV(B) | 11.22º | 0.8% | 0.6% | - |
| XYZ | 14.89 | 9.61 | 2.37 | - |
| YUV | 81.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 31 | 0 | 0.65 | 0.80 | 0.40 | 11.22 | 0.66 | 0.36 |
| Hex | 9A | 36 | 1F | 0 | 41 | 50 | 28 | B | 42 | 24 |
| Octal | 232 | 66 | 37 | 0 | 101 | 120 | 50 | 13 | 102 | 44 |
| Binary | 10011010 | 110110 | 11111 | 0 | 1000001 | 1010000 | 101000 | 1011 | 1000010 | 100100 |
Color Harmonies of #9A361F
Complementary color
Monochromatic Colors of #9A361F
Black with #9A361F
Text Example
Text Example
White with #9A361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A361F; }
p { color: rgb(154,54,31); }
H1.HeaderClassName
{
color: #9A361F;
}
.AnyTagClassName
{
color: #9A361F;
}
</style>
background-color css
<style>
a { background-color: #9A361F; }
a { background-color: rgb(154,54,31); }
div.DivClassName
{
background-color: #9A361F;
}
.BgClassName
{
background-color: #9A361F;
}
</style>
border-color css
<style>
span { border-color: #9A361F; }
span { border-color: rgb(154,54,31); }
td.TdClassName
{
border-color: #9A361F;
}
.TagClassName
{
border-color: #9A361F;
}
</style>