Shades of Burnt Umber #7F321C
Tints of Burnt Umber #7F321C
RGB
CMYK
RGB Variations
Color information
#7F321C (or 0x7F321C) is known color: Burnt Umber. HEX triplet: 7F, 32 and 1C. RGB value is (127,50,28). Sum of RGB (Red+Green+Blue) = 127+50+28=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F321C is #80CDE3. Grayscale: #464646. Windows color (decimal): -8441316 or 1847935. OLE color: 1847935.
HSL color Cylindrical-coordinate representation of color #7F321C: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F321C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 28 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.50 |
| HSL | 13.33º | 0.64% | 0.3% | - |
| HSV(B) | 13.33º | 0.78% | 0.5% | - |
| XYZ | 10.1 | 6.88 | 1.89 | - |
| YUV | 70.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 28 | 0 | 0.61 | 0.78 | 0.50 | 13.33 | 0.64 | 0.3 |
| Hex | 7F | 32 | 1C | 0 | 3D | 4E | 32 | D | 40 | 1E |
| Octal | 177 | 62 | 34 | 0 | 75 | 116 | 62 | 15 | 100 | 36 |
| Binary | 1111111 | 110010 | 11100 | 0 | 111101 | 1001110 | 110010 | 1101 | 1000000 | 11110 |
Color Harmonies of #7F321C
Complementary color
Monochromatic Colors of #7F321C
Black with #7F321C
Text Example
Text Example
White with #7F321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F321C; }
p { color: rgb(127,50,28); }
H1.HeaderClassName
{
color: #7F321C;
}
.AnyTagClassName
{
color: #7F321C;
}
</style>
background-color css
<style>
a { background-color: #7F321C; }
a { background-color: rgb(127,50,28); }
div.DivClassName
{
background-color: #7F321C;
}
.BgClassName
{
background-color: #7F321C;
}
</style>
border-color css
<style>
span { border-color: #7F321C; }
span { border-color: rgb(127,50,28); }
td.TdClassName
{
border-color: #7F321C;
}
.TagClassName
{
border-color: #7F321C;
}
</style>