Shades of Raw Umber #745E03
Tints of Raw Umber #745E03
RGB
CMYK
RGB Variations
Color information
#745E03 (or 0x745E03) is known color: Raw Umber. HEX triplet: 74, 5E and 03. RGB value is (116,94,3). Sum of RGB (Red+Green+Blue) = 116+94+3=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #745E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E03 is #8BA1FC. Grayscale: #5A5A5A. Windows color (decimal): -9150973 or 220788. OLE color: 220788.
HSL color Cylindrical-coordinate representation of color #745E03: hue angle of 48.32º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #745E03 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.55 |
| HSL | 48.32º | 0.95% | 0.23% | - |
| HSV(B) | 48.32º | 0.97% | 0.45% | - |
| XYZ | 11.22 | 11.72 | 1.76 | - |
| YUV | 90.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 3 | 0 | 0.19 | 0.97 | 0.55 | 48.32 | 0.95 | 0.23 |
| Hex | 74 | 5E | 3 | 0 | 13 | 61 | 37 | 30 | 5F | 17 |
| Octal | 164 | 136 | 3 | 0 | 23 | 141 | 67 | 60 | 137 | 27 |
| Binary | 1110100 | 1011110 | 11 | 0 | 10011 | 1100001 | 110111 | 110000 | 1011111 | 10111 |
Color Harmonies of #745E03
Complementary color
Monochromatic Colors of #745E03
Black with #745E03
Text Example
Text Example
White with #745E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E03; }
p { color: rgb(116,94,3); }
H1.HeaderClassName
{
color: #745E03;
}
.AnyTagClassName
{
color: #745E03;
}
</style>
background-color css
<style>
a { background-color: #745E03; }
a { background-color: rgb(116,94,3); }
div.DivClassName
{
background-color: #745E03;
}
.BgClassName
{
background-color: #745E03;
}
</style>
border-color css
<style>
span { border-color: #745E03; }
span { border-color: rgb(116,94,3); }
td.TdClassName
{
border-color: #745E03;
}
.TagClassName
{
border-color: #745E03;
}
</style>