Shades of Raw Umber #745107
Tints of Raw Umber #745107
RGB
CMYK
RGB Variations
Color information
#745107 (or 0x745107) is known color: Raw Umber. HEX triplet: 74, 51 and 07. RGB value is (116,81,7). Sum of RGB (Red+Green+Blue) = 116+81+7=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #745107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745107 is #8BAEF8. Grayscale: #535353. Windows color (decimal): -9154297 or 479604. OLE color: 479604.
HSL color Cylindrical-coordinate representation of color #745107: hue angle of 40.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #745107 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 7 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.55 |
| HSL | 40.73º | 0.89% | 0.24% | - |
| HSV(B) | 40.73º | 0.94% | 0.45% | - |
| XYZ | 10.18 | 9.61 | 1.52 | - |
| YUV | 83.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 7 | 0 | 0.30 | 0.94 | 0.55 | 40.73 | 0.89 | 0.24 |
| Hex | 74 | 51 | 7 | 0 | 1E | 5E | 37 | 29 | 59 | 18 |
| Octal | 164 | 121 | 7 | 0 | 36 | 136 | 67 | 51 | 131 | 30 |
| Binary | 1110100 | 1010001 | 111 | 0 | 11110 | 1011110 | 110111 | 101001 | 1011001 | 11000 |
Color Harmonies of #745107
Complementary color
Monochromatic Colors of #745107
Black with #745107
Text Example
Text Example
White with #745107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745107; }
p { color: rgb(116,81,7); }
H1.HeaderClassName
{
color: #745107;
}
.AnyTagClassName
{
color: #745107;
}
</style>
background-color css
<style>
a { background-color: #745107; }
a { background-color: rgb(116,81,7); }
div.DivClassName
{
background-color: #745107;
}
.BgClassName
{
background-color: #745107;
}
</style>
border-color css
<style>
span { border-color: #745107; }
span { border-color: rgb(116,81,7); }
td.TdClassName
{
border-color: #745107;
}
.TagClassName
{
border-color: #745107;
}
</style>