Shades of Raw Umber #7D450B
Tints of Raw Umber #7D450B
RGB
CMYK
RGB Variations
Color information
#7D450B (or 0x7D450B) is known color: Raw Umber. HEX triplet: 7D, 45 and 0B. RGB value is (125,69,11). Sum of RGB (Red+Green+Blue) = 125+69+11=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D450B is #82BAF4. Grayscale: #4F4F4F. Windows color (decimal): -8567541 or 738685. OLE color: 738685.
HSL color Cylindrical-coordinate representation of color #7D450B: hue angle of 30.53º 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 #7D450B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 11 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.51 |
| HSL | 30.53º | 0.84% | 0.27% | - |
| HSV(B) | 30.53º | 0.91% | 0.49% | - |
| XYZ | 10.65 | 8.64 | 1.42 | - |
| YUV | 79.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 11 | 0 | 0.45 | 0.91 | 0.51 | 30.53 | 0.84 | 0.27 |
| Hex | 7D | 45 | B | 0 | 2D | 5B | 33 | 1F | 54 | 1B |
| Octal | 175 | 105 | 13 | 0 | 55 | 133 | 63 | 37 | 124 | 33 |
| Binary | 1111101 | 1000101 | 1011 | 0 | 101101 | 1011011 | 110011 | 11111 | 1010100 | 11011 |
Color Harmonies of #7D450B
Complementary color
Monochromatic Colors of #7D450B
Black with #7D450B
Text Example
Text Example
White with #7D450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D450B; }
p { color: rgb(125,69,11); }
H1.HeaderClassName
{
color: #7D450B;
}
.AnyTagClassName
{
color: #7D450B;
}
</style>
background-color css
<style>
a { background-color: #7D450B; }
a { background-color: rgb(125,69,11); }
div.DivClassName
{
background-color: #7D450B;
}
.BgClassName
{
background-color: #7D450B;
}
</style>
border-color css
<style>
span { border-color: #7D450B; }
span { border-color: rgb(125,69,11); }
td.TdClassName
{
border-color: #7D450B;
}
.TagClassName
{
border-color: #7D450B;
}
</style>