Shades of Raw Umber #7D5102
Tints of Raw Umber #7D5102
RGB
CMYK
RGB Variations
Color information
#7D5102 (or 0x7D5102) is known color: Raw Umber. HEX triplet: 7D, 51 and 02. RGB value is (125,81,2). Sum of RGB (Red+Green+Blue) = 125+81+2=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5102 is #82AEFD. Grayscale: #555555. Windows color (decimal): -8564478 or 151933. OLE color: 151933.
HSL color Cylindrical-coordinate representation of color #7D5102: hue angle of 38.54º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D5102 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 81 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.51 |
| HSL | 38.54º | 0.97% | 0.25% | - |
| HSV(B) | 38.54º | 0.98% | 0.49% | - |
| XYZ | 11.41 | 10.25 | 1.43 | - |
| YUV | 85.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 81 | 2 | 0 | 0.35 | 0.98 | 0.51 | 38.54 | 0.97 | 0.25 |
| Hex | 7D | 51 | 2 | 0 | 23 | 62 | 33 | 27 | 61 | 19 |
| Octal | 175 | 121 | 2 | 0 | 43 | 142 | 63 | 47 | 141 | 31 |
| Binary | 1111101 | 1010001 | 10 | 0 | 100011 | 1100010 | 110011 | 100111 | 1100001 | 11001 |
Color Harmonies of #7D5102
Complementary color
Monochromatic Colors of #7D5102
Black with #7D5102
Text Example
Text Example
White with #7D5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5102; }
p { color: rgb(125,81,2); }
H1.HeaderClassName
{
color: #7D5102;
}
.AnyTagClassName
{
color: #7D5102;
}
</style>
background-color css
<style>
a { background-color: #7D5102; }
a { background-color: rgb(125,81,2); }
div.DivClassName
{
background-color: #7D5102;
}
.BgClassName
{
background-color: #7D5102;
}
</style>
border-color css
<style>
span { border-color: #7D5102; }
span { border-color: rgb(125,81,2); }
td.TdClassName
{
border-color: #7D5102;
}
.TagClassName
{
border-color: #7D5102;
}
</style>