Shades of Burnt Umber #8A3318
Tints of Burnt Umber #8A3318
RGB
CMYK
RGB Variations
Color information
#8A3318 (or 0x8A3318) is known color: Burnt Umber. HEX triplet: 8A, 33 and 18. RGB value is (138,51,24). Sum of RGB (Red+Green+Blue) = 138+51+24=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3318 is #75CCE7. Grayscale: #4A4A4A. Windows color (decimal): -7720168 or 1586058. OLE color: 1586058.
HSL color Cylindrical-coordinate representation of color #8A3318: hue angle of 14.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A3318 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 24 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.46 |
| HSL | 14.21º | 0.7% | 0.32% | - |
| HSV(B) | 14.21º | 0.83% | 0.54% | - |
| XYZ | 11.83 | 7.84 | 1.75 | - |
| YUV | 73.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 24 | 0 | 0.63 | 0.83 | 0.46 | 14.21 | 0.7 | 0.32 |
| Hex | 8A | 33 | 18 | 0 | 3F | 53 | 2E | E | 46 | 20 |
| Octal | 212 | 63 | 30 | 0 | 77 | 123 | 56 | 16 | 106 | 40 |
| Binary | 10001010 | 110011 | 11000 | 0 | 111111 | 1010011 | 101110 | 1110 | 1000110 | 100000 |
Color Harmonies of #8A3318
Complementary color
Monochromatic Colors of #8A3318
Black with #8A3318
Text Example
Text Example
White with #8A3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3318; }
p { color: rgb(138,51,24); }
H1.HeaderClassName
{
color: #8A3318;
}
.AnyTagClassName
{
color: #8A3318;
}
</style>
background-color css
<style>
a { background-color: #8A3318; }
a { background-color: rgb(138,51,24); }
div.DivClassName
{
background-color: #8A3318;
}
.BgClassName
{
background-color: #8A3318;
}
</style>
border-color css
<style>
span { border-color: #8A3318; }
span { border-color: rgb(138,51,24); }
td.TdClassName
{
border-color: #8A3318;
}
.TagClassName
{
border-color: #8A3318;
}
</style>