Shades of Raw Umber #7D570B
Tints of Raw Umber #7D570B
RGB
CMYK
RGB Variations
Color information
#7D570B (or 0x7D570B) is known color: Raw Umber. HEX triplet: 7D, 57 and 0B. RGB value is (125,87,11). Sum of RGB (Red+Green+Blue) = 125+87+11=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D570B is #82A8F4. Grayscale: #5A5A5A. Windows color (decimal): -8562933 or 743293. OLE color: 743293.
HSL color Cylindrical-coordinate representation of color #7D570B: hue angle of 40º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D570B is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 11 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.51 |
| HSL | 40º | 0.84% | 0.27% | - |
| HSV(B) | 40º | 0.91% | 0.49% | - |
| XYZ | 11.93 | 11.2 | 1.85 | - |
| YUV | 89.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 11 | 0 | 0.30 | 0.91 | 0.51 | 40 | 0.84 | 0.27 |
| Hex | 7D | 57 | B | 0 | 1E | 5B | 33 | 28 | 54 | 1B |
| Octal | 175 | 127 | 13 | 0 | 36 | 133 | 63 | 50 | 124 | 33 |
| Binary | 1111101 | 1010111 | 1011 | 0 | 11110 | 1011011 | 110011 | 101000 | 1010100 | 11011 |
Color Harmonies of #7D570B
Complementary color
Monochromatic Colors of #7D570B
Black with #7D570B
Text Example
Text Example
White with #7D570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D570B; }
p { color: rgb(125,87,11); }
H1.HeaderClassName
{
color: #7D570B;
}
.AnyTagClassName
{
color: #7D570B;
}
</style>
background-color css
<style>
a { background-color: #7D570B; }
a { background-color: rgb(125,87,11); }
div.DivClassName
{
background-color: #7D570B;
}
.BgClassName
{
background-color: #7D570B;
}
</style>
border-color css
<style>
span { border-color: #7D570B; }
span { border-color: rgb(125,87,11); }
td.TdClassName
{
border-color: #7D570B;
}
.TagClassName
{
border-color: #7D570B;
}
</style>