Shades of Raw Umber #7D440A
Tints of Raw Umber #7D440A
RGB
CMYK
RGB Variations
Color information
#7D440A (or 0x7D440A) is known color: Raw Umber. HEX triplet: 7D, 44 and 0A. RGB value is (125,68,10). Sum of RGB (Red+Green+Blue) = 125+68+10=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D440A is #82BBF5. Grayscale: #4E4E4E. Windows color (decimal): -8567798 or 672893. OLE color: 672893.
HSL color Cylindrical-coordinate representation of color #7D440A: hue angle of 30.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D440A is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 10 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.51 |
| HSL | 30.26º | 0.85% | 0.26% | - |
| HSV(B) | 30.26º | 0.92% | 0.49% | - |
| XYZ | 10.58 | 8.52 | 1.37 | - |
| YUV | 78.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 10 | 0 | 0.46 | 0.92 | 0.51 | 30.26 | 0.85 | 0.26 |
| Hex | 7D | 44 | A | 0 | 2E | 5C | 33 | 1E | 55 | 1A |
| Octal | 175 | 104 | 12 | 0 | 56 | 134 | 63 | 36 | 125 | 32 |
| Binary | 1111101 | 1000100 | 1010 | 0 | 101110 | 1011100 | 110011 | 11110 | 1010101 | 11010 |
Color Harmonies of #7D440A
Complementary color
Monochromatic Colors of #7D440A
Black with #7D440A
Text Example
Text Example
White with #7D440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D440A; }
p { color: rgb(125,68,10); }
H1.HeaderClassName
{
color: #7D440A;
}
.AnyTagClassName
{
color: #7D440A;
}
</style>
background-color css
<style>
a { background-color: #7D440A; }
a { background-color: rgb(125,68,10); }
div.DivClassName
{
background-color: #7D440A;
}
.BgClassName
{
background-color: #7D440A;
}
</style>
border-color css
<style>
span { border-color: #7D440A; }
span { border-color: rgb(125,68,10); }
td.TdClassName
{
border-color: #7D440A;
}
.TagClassName
{
border-color: #7D440A;
}
</style>