Shades of Raw Umber #7F530E
Tints of Raw Umber #7F530E
RGB
CMYK
RGB Variations
Color information
#7F530E (or 0x7F530E) is known color: Raw Umber. HEX triplet: 7F, 53 and 0E. RGB value is (127,83,14). Sum of RGB (Red+Green+Blue) = 127+83+14=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F530E is #80ACF1. Grayscale: #585858. Windows color (decimal): -8432882 or 938879. OLE color: 938879.
HSL color Cylindrical-coordinate representation of color #7F530E: hue angle of 36.64º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F530E is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 14 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.50 |
| HSL | 36.64º | 0.8% | 0.28% | - |
| HSV(B) | 36.64º | 0.89% | 0.5% | - |
| XYZ | 11.92 | 10.73 | 1.86 | - |
| YUV | 88.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 14 | 0 | 0.35 | 0.89 | 0.50 | 36.64 | 0.8 | 0.28 |
| Hex | 7F | 53 | E | 0 | 23 | 59 | 32 | 25 | 50 | 1C |
| Octal | 177 | 123 | 16 | 0 | 43 | 131 | 62 | 45 | 120 | 34 |
| Binary | 1111111 | 1010011 | 1110 | 0 | 100011 | 1011001 | 110010 | 100101 | 1010000 | 11100 |
Color Harmonies of #7F530E
Complementary color
Monochromatic Colors of #7F530E
Black with #7F530E
Text Example
Text Example
White with #7F530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F530E; }
p { color: rgb(127,83,14); }
H1.HeaderClassName
{
color: #7F530E;
}
.AnyTagClassName
{
color: #7F530E;
}
</style>
background-color css
<style>
a { background-color: #7F530E; }
a { background-color: rgb(127,83,14); }
div.DivClassName
{
background-color: #7F530E;
}
.BgClassName
{
background-color: #7F530E;
}
</style>
border-color css
<style>
span { border-color: #7F530E; }
span { border-color: rgb(127,83,14); }
td.TdClassName
{
border-color: #7F530E;
}
.TagClassName
{
border-color: #7F530E;
}
</style>