Shades of Raw Umber #745803
Tints of Raw Umber #745803
RGB
CMYK
RGB Variations
Color information
#745803 (or 0x745803) is known color: Raw Umber. HEX triplet: 74, 58 and 03. RGB value is (116,88,3). Sum of RGB (Red+Green+Blue) = 116+88+3=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745803 is #8BA7FC. Grayscale: #575757. Windows color (decimal): -9152509 or 219252. OLE color: 219252.
HSL color Cylindrical-coordinate representation of color #745803: hue angle of 45.13º 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 #745803 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 3 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.55 |
| HSL | 45.13º | 0.95% | 0.23% | - |
| HSV(B) | 45.13º | 0.97% | 0.45% | - |
| XYZ | 10.71 | 10.7 | 1.59 | - |
| YUV | 86.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 3 | 0 | 0.24 | 0.97 | 0.55 | 45.13 | 0.95 | 0.23 |
| Hex | 74 | 58 | 3 | 0 | 18 | 61 | 37 | 2D | 5F | 17 |
| Octal | 164 | 130 | 3 | 0 | 30 | 141 | 67 | 55 | 137 | 27 |
| Binary | 1110100 | 1011000 | 11 | 0 | 11000 | 1100001 | 110111 | 101101 | 1011111 | 10111 |
Color Harmonies of #745803
Complementary color
Monochromatic Colors of #745803
Black with #745803
Text Example
Text Example
White with #745803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745803; }
p { color: rgb(116,88,3); }
H1.HeaderClassName
{
color: #745803;
}
.AnyTagClassName
{
color: #745803;
}
</style>
background-color css
<style>
a { background-color: #745803; }
a { background-color: rgb(116,88,3); }
div.DivClassName
{
background-color: #745803;
}
.BgClassName
{
background-color: #745803;
}
</style>
border-color css
<style>
span { border-color: #745803; }
span { border-color: rgb(116,88,3); }
td.TdClassName
{
border-color: #745803;
}
.TagClassName
{
border-color: #745803;
}
</style>