Shades of Burnt Umber #9A3618
Tints of Burnt Umber #9A3618
RGB
CMYK
RGB Variations
Color information
#9A3618 (or 0x9A3618) is known color: Burnt Umber. HEX triplet: 9A, 36 and 18. RGB value is (154,54,24). Sum of RGB (Red+Green+Blue) = 154+54+24=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3618 is #65C9E7. Grayscale: #505050. Windows color (decimal): -6670824 or 1586842. OLE color: 1586842.
HSL color Cylindrical-coordinate representation of color #9A3618: hue angle of 13.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A3618 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 24 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.40 |
| HSL | 13.85º | 0.73% | 0.35% | - |
| HSV(B) | 13.85º | 0.84% | 0.6% | - |
| XYZ | 14.81 | 9.57 | 1.93 | - |
| YUV | 80.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 24 | 0 | 0.65 | 0.84 | 0.40 | 13.85 | 0.73 | 0.35 |
| Hex | 9A | 36 | 18 | 0 | 41 | 54 | 28 | E | 49 | 23 |
| Octal | 232 | 66 | 30 | 0 | 101 | 124 | 50 | 16 | 111 | 43 |
| Binary | 10011010 | 110110 | 11000 | 0 | 1000001 | 1010100 | 101000 | 1110 | 1001001 | 100011 |
Color Harmonies of #9A3618
Complementary color
Monochromatic Colors of #9A3618
Black with #9A3618
Text Example
Text Example
White with #9A3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3618; }
p { color: rgb(154,54,24); }
H1.HeaderClassName
{
color: #9A3618;
}
.AnyTagClassName
{
color: #9A3618;
}
</style>
background-color css
<style>
a { background-color: #9A3618; }
a { background-color: rgb(154,54,24); }
div.DivClassName
{
background-color: #9A3618;
}
.BgClassName
{
background-color: #9A3618;
}
</style>
border-color css
<style>
span { border-color: #9A3618; }
span { border-color: rgb(154,54,24); }
td.TdClassName
{
border-color: #9A3618;
}
.TagClassName
{
border-color: #9A3618;
}
</style>