Shades of Raw Umber #7F480C
Tints of Raw Umber #7F480C
RGB
CMYK
RGB Variations
Color information
#7F480C (or 0x7F480C) is known color: Raw Umber. HEX triplet: 7F, 48 and 0C. RGB value is (127,72,12). Sum of RGB (Red+Green+Blue) = 127+72+12=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F480C is #80B7F3. Grayscale: #515151. Windows color (decimal): -8435700 or 804991. OLE color: 804991.
HSL color Cylindrical-coordinate representation of color #7F480C: hue angle of 31.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F480C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 12 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.50 |
| HSL | 31.3º | 0.83% | 0.27% | - |
| HSV(B) | 31.3º | 0.91% | 0.5% | - |
| XYZ | 11.14 | 9.17 | 1.53 | - |
| YUV | 81.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 12 | 0 | 0.43 | 0.91 | 0.50 | 31.3 | 0.83 | 0.27 |
| Hex | 7F | 48 | C | 0 | 2B | 5B | 32 | 1F | 53 | 1B |
| Octal | 177 | 110 | 14 | 0 | 53 | 133 | 62 | 37 | 123 | 33 |
| Binary | 1111111 | 1001000 | 1100 | 0 | 101011 | 1011011 | 110010 | 11111 | 1010011 | 11011 |
Color Harmonies of #7F480C
Complementary color
Monochromatic Colors of #7F480C
Black with #7F480C
Text Example
Text Example
White with #7F480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F480C; }
p { color: rgb(127,72,12); }
H1.HeaderClassName
{
color: #7F480C;
}
.AnyTagClassName
{
color: #7F480C;
}
</style>
background-color css
<style>
a { background-color: #7F480C; }
a { background-color: rgb(127,72,12); }
div.DivClassName
{
background-color: #7F480C;
}
.BgClassName
{
background-color: #7F480C;
}
</style>
border-color css
<style>
span { border-color: #7F480C; }
span { border-color: rgb(127,72,12); }
td.TdClassName
{
border-color: #7F480C;
}
.TagClassName
{
border-color: #7F480C;
}
</style>