Shades of Burnt Umber #7F301C
Tints of Burnt Umber #7F301C
RGB
CMYK
RGB Variations
Color information
#7F301C (or 0x7F301C) is known color: Burnt Umber. HEX triplet: 7F, 30 and 1C. RGB value is (127,48,28). Sum of RGB (Red+Green+Blue) = 127+48+28=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F301C is #80CFE3. Grayscale: #454545. Windows color (decimal): -8441828 or 1847423. OLE color: 1847423.
HSL color Cylindrical-coordinate representation of color #7F301C: hue angle of 12.12º 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 #7F301C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 28 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.50 |
| HSL | 12.12º | 0.64% | 0.3% | - |
| HSV(B) | 12.12º | 0.78% | 0.5% | - |
| XYZ | 10.02 | 6.71 | 1.87 | - |
| YUV | 69.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 28 | 0 | 0.62 | 0.78 | 0.50 | 12.12 | 0.64 | 0.3 |
| Hex | 7F | 30 | 1C | 0 | 3E | 4E | 32 | C | 40 | 1E |
| Octal | 177 | 60 | 34 | 0 | 76 | 116 | 62 | 14 | 100 | 36 |
| Binary | 1111111 | 110000 | 11100 | 0 | 111110 | 1001110 | 110010 | 1100 | 1000000 | 11110 |
Color Harmonies of #7F301C
Complementary color
Monochromatic Colors of #7F301C
Black with #7F301C
Text Example
Text Example
White with #7F301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F301C; }
p { color: rgb(127,48,28); }
H1.HeaderClassName
{
color: #7F301C;
}
.AnyTagClassName
{
color: #7F301C;
}
</style>
background-color css
<style>
a { background-color: #7F301C; }
a { background-color: rgb(127,48,28); }
div.DivClassName
{
background-color: #7F301C;
}
.BgClassName
{
background-color: #7F301C;
}
</style>
border-color css
<style>
span { border-color: #7F301C; }
span { border-color: rgb(127,48,28); }
td.TdClassName
{
border-color: #7F301C;
}
.TagClassName
{
border-color: #7F301C;
}
</style>