Shades of Raw Umber #745603
Tints of Raw Umber #745603
RGB
CMYK
RGB Variations
Color information
#745603 (or 0x745603) is known color: Raw Umber. HEX triplet: 74, 56 and 03. RGB value is (116,86,3). Sum of RGB (Red+Green+Blue) = 116+86+3=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745603 is #8BA9FC. Grayscale: #555555. Windows color (decimal): -9153021 or 218740. OLE color: 218740.
HSL color Cylindrical-coordinate representation of color #745603: hue angle of 44.07º 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 #745603 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 3 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.55 |
| HSL | 44.07º | 0.95% | 0.23% | - |
| HSV(B) | 44.07º | 0.97% | 0.45% | - |
| XYZ | 10.55 | 10.38 | 1.53 | - |
| YUV | 85.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 3 | 0 | 0.26 | 0.97 | 0.55 | 44.07 | 0.95 | 0.23 |
| Hex | 74 | 56 | 3 | 0 | 1A | 61 | 37 | 2C | 5F | 17 |
| Octal | 164 | 126 | 3 | 0 | 32 | 141 | 67 | 54 | 137 | 27 |
| Binary | 1110100 | 1010110 | 11 | 0 | 11010 | 1100001 | 110111 | 101100 | 1011111 | 10111 |
Color Harmonies of #745603
Complementary color
Monochromatic Colors of #745603
Black with #745603
Text Example
Text Example
White with #745603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745603; }
p { color: rgb(116,86,3); }
H1.HeaderClassName
{
color: #745603;
}
.AnyTagClassName
{
color: #745603;
}
</style>
background-color css
<style>
a { background-color: #745603; }
a { background-color: rgb(116,86,3); }
div.DivClassName
{
background-color: #745603;
}
.BgClassName
{
background-color: #745603;
}
</style>
border-color css
<style>
span { border-color: #745603; }
span { border-color: rgb(116,86,3); }
td.TdClassName
{
border-color: #745603;
}
.TagClassName
{
border-color: #745603;
}
</style>