Shades of Raw Umber #745600
Tints of Raw Umber #745600
RGB
CMYK
RGB Variations
Color information
#745600 (or 0x745600) is known color: Raw Umber. HEX triplet: 74, 56 and 00. RGB value is (116,86,0). Sum of RGB (Red+Green+Blue) = 116+86+0=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745600 is #8BA9FF. Grayscale: #555555. Windows color (decimal): -9153024 or 22132. OLE color: 22132.
HSL color Cylindrical-coordinate representation of color #745600: hue angle of 44.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #745600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.55 |
| HSL | 44.48º | 1% | 0.23% | - |
| HSV(B) | 44.48º | 1% | 0.45% | - |
| XYZ | 10.53 | 10.37 | 1.45 | - |
| YUV | 85.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 0 | 0 | 0.26 | 1 | 0.55 | 44.48 | 1 | 0.23 |
| Hex | 74 | 56 | 0 | 0 | 1A | 64 | 37 | 2C | 64 | 17 |
| Octal | 164 | 126 | 0 | 0 | 32 | 144 | 67 | 54 | 144 | 27 |
| Binary | 1110100 | 1010110 | 0 | 0 | 11010 | 1100100 | 110111 | 101100 | 1100100 | 10111 |
Color Harmonies of #745600
Complementary color
Monochromatic Colors of #745600
Black with #745600
Text Example
Text Example
White with #745600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745600; }
p { color: rgb(116,86,0); }
H1.HeaderClassName
{
color: #745600;
}
.AnyTagClassName
{
color: #745600;
}
</style>
background-color css
<style>
a { background-color: #745600; }
a { background-color: rgb(116,86,0); }
div.DivClassName
{
background-color: #745600;
}
.BgClassName
{
background-color: #745600;
}
</style>
border-color css
<style>
span { border-color: #745600; }
span { border-color: rgb(116,86,0); }
td.TdClassName
{
border-color: #745600;
}
.TagClassName
{
border-color: #745600;
}
</style>