Shades of Raw Umber #7C450D
Tints of Raw Umber #7C450D
RGB
CMYK
RGB Variations
Color information
#7C450D (or 0x7C450D) is known color: Raw Umber. HEX triplet: 7C, 45 and 0D. RGB value is (124,69,13). Sum of RGB (Red+Green+Blue) = 124+69+13=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C450D is #83BAF2. Grayscale: #4F4F4F. Windows color (decimal): -8633075 or 869756. OLE color: 869756.
HSL color Cylindrical-coordinate representation of color #7C450D: hue angle of 30.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C450D is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 13 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.51 |
| HSL | 30.27º | 0.81% | 0.27% | - |
| HSV(B) | 30.27º | 0.9% | 0.49% | - |
| XYZ | 10.51 | 8.57 | 1.48 | - |
| YUV | 79.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 13 | 0 | 0.44 | 0.90 | 0.51 | 30.27 | 0.81 | 0.27 |
| Hex | 7C | 45 | D | 0 | 2C | 5A | 33 | 1E | 51 | 1B |
| Octal | 174 | 105 | 15 | 0 | 54 | 132 | 63 | 36 | 121 | 33 |
| Binary | 1111100 | 1000101 | 1101 | 0 | 101100 | 1011010 | 110011 | 11110 | 1010001 | 11011 |
Color Harmonies of #7C450D
Complementary color
Monochromatic Colors of #7C450D
Black with #7C450D
Text Example
Text Example
White with #7C450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C450D; }
p { color: rgb(124,69,13); }
H1.HeaderClassName
{
color: #7C450D;
}
.AnyTagClassName
{
color: #7C450D;
}
</style>
background-color css
<style>
a { background-color: #7C450D; }
a { background-color: rgb(124,69,13); }
div.DivClassName
{
background-color: #7C450D;
}
.BgClassName
{
background-color: #7C450D;
}
</style>
border-color css
<style>
span { border-color: #7C450D; }
span { border-color: rgb(124,69,13); }
td.TdClassName
{
border-color: #7C450D;
}
.TagClassName
{
border-color: #7C450D;
}
</style>