Shades of Burnt Umber #8A361C
Tints of Burnt Umber #8A361C
RGB
CMYK
RGB Variations
Color information
#8A361C (or 0x8A361C) is known color: Burnt Umber. HEX triplet: 8A, 36 and 1C. RGB value is (138,54,28). Sum of RGB (Red+Green+Blue) = 138+54+28=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A361C is #75C9E3. Grayscale: #4C4C4C. Windows color (decimal): -7719396 or 1848970. OLE color: 1848970.
HSL color Cylindrical-coordinate representation of color #8A361C: hue angle of 14.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A361C is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 28 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.46 |
| HSL | 14.18º | 0.66% | 0.33% | - |
| HSV(B) | 14.18º | 0.8% | 0.54% | - |
| XYZ | 12.01 | 8.13 | 2.03 | - |
| YUV | 76.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 28 | 0 | 0.61 | 0.80 | 0.46 | 14.18 | 0.66 | 0.33 |
| Hex | 8A | 36 | 1C | 0 | 3D | 50 | 2E | E | 42 | 21 |
| Octal | 212 | 66 | 34 | 0 | 75 | 120 | 56 | 16 | 102 | 41 |
| Binary | 10001010 | 110110 | 11100 | 0 | 111101 | 1010000 | 101110 | 1110 | 1000010 | 100001 |
Color Harmonies of #8A361C
Complementary color
Monochromatic Colors of #8A361C
Black with #8A361C
Text Example
Text Example
White with #8A361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A361C; }
p { color: rgb(138,54,28); }
H1.HeaderClassName
{
color: #8A361C;
}
.AnyTagClassName
{
color: #8A361C;
}
</style>
background-color css
<style>
a { background-color: #8A361C; }
a { background-color: rgb(138,54,28); }
div.DivClassName
{
background-color: #8A361C;
}
.BgClassName
{
background-color: #8A361C;
}
</style>
border-color css
<style>
span { border-color: #8A361C; }
span { border-color: rgb(138,54,28); }
td.TdClassName
{
border-color: #8A361C;
}
.TagClassName
{
border-color: #8A361C;
}
</style>