Shades of Burnt Umber #8A2908
Tints of Burnt Umber #8A2908
RGB
CMYK
RGB Variations
Color information
#8A2908 (or 0x8A2908) is known color: Burnt Umber. HEX triplet: 8A, 29 and 08. RGB value is (138,41,8). Sum of RGB (Red+Green+Blue) = 138+41+8=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2908 is #75D6F7. Grayscale: #424242. Windows color (decimal): -7722744 or 534922. OLE color: 534922.
HSL color Cylindrical-coordinate representation of color #8A2908: hue angle of 15.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A2908 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 8 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.46 |
| HSL | 15.23º | 0.89% | 0.29% | - |
| HSV(B) | 15.23º | 0.94% | 0.54% | - |
| XYZ | 11.32 | 7.01 | 0.99 | - |
| YUV | 66.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 8 | 0 | 0.70 | 0.94 | 0.46 | 15.23 | 0.89 | 0.29 |
| Hex | 8A | 29 | 8 | 0 | 46 | 5E | 2E | F | 59 | 1D |
| Octal | 212 | 51 | 10 | 0 | 106 | 136 | 56 | 17 | 131 | 35 |
| Binary | 10001010 | 101001 | 1000 | 0 | 1000110 | 1011110 | 101110 | 1111 | 1011001 | 11101 |
Color Harmonies of #8A2908
Complementary color
Monochromatic Colors of #8A2908
Black with #8A2908
Text Example
Text Example
White with #8A2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2908; }
p { color: rgb(138,41,8); }
H1.HeaderClassName
{
color: #8A2908;
}
.AnyTagClassName
{
color: #8A2908;
}
</style>
background-color css
<style>
a { background-color: #8A2908; }
a { background-color: rgb(138,41,8); }
div.DivClassName
{
background-color: #8A2908;
}
.BgClassName
{
background-color: #8A2908;
}
</style>
border-color css
<style>
span { border-color: #8A2908; }
span { border-color: rgb(138,41,8); }
td.TdClassName
{
border-color: #8A2908;
}
.TagClassName
{
border-color: #8A2908;
}
</style>