Shades of Burnt Umber #7F351C
Tints of Burnt Umber #7F351C
RGB
CMYK
RGB Variations
Color information
#7F351C (or 0x7F351C) is known color: Burnt Umber. HEX triplet: 7F, 35 and 1C. RGB value is (127,53,28). Sum of RGB (Red+Green+Blue) = 127+53+28=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F351C is #80CAE3. Grayscale: #484848. Windows color (decimal): -8440548 or 1848703. OLE color: 1848703.
HSL color Cylindrical-coordinate representation of color #7F351C: hue angle of 15.15º 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 #7F351C is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 28 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.50 |
| HSL | 15.15º | 0.64% | 0.3% | - |
| HSV(B) | 15.15º | 0.78% | 0.5% | - |
| XYZ | 10.24 | 7.14 | 1.94 | - |
| YUV | 72.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 28 | 0 | 0.58 | 0.78 | 0.50 | 15.15 | 0.64 | 0.3 |
| Hex | 7F | 35 | 1C | 0 | 3A | 4E | 32 | F | 40 | 1E |
| Octal | 177 | 65 | 34 | 0 | 72 | 116 | 62 | 17 | 100 | 36 |
| Binary | 1111111 | 110101 | 11100 | 0 | 111010 | 1001110 | 110010 | 1111 | 1000000 | 11110 |
Color Harmonies of #7F351C
Complementary color
Monochromatic Colors of #7F351C
Black with #7F351C
Text Example
Text Example
White with #7F351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F351C; }
p { color: rgb(127,53,28); }
H1.HeaderClassName
{
color: #7F351C;
}
.AnyTagClassName
{
color: #7F351C;
}
</style>
background-color css
<style>
a { background-color: #7F351C; }
a { background-color: rgb(127,53,28); }
div.DivClassName
{
background-color: #7F351C;
}
.BgClassName
{
background-color: #7F351C;
}
</style>
border-color css
<style>
span { border-color: #7F351C; }
span { border-color: rgb(127,53,28); }
td.TdClassName
{
border-color: #7F351C;
}
.TagClassName
{
border-color: #7F351C;
}
</style>