Shades of Raw Umber #745605
Tints of Raw Umber #745605
RGB
CMYK
RGB Variations
Color information
#745605 (or 0x745605) is known color: Raw Umber. HEX triplet: 74, 56 and 05. RGB value is (116,86,5). Sum of RGB (Red+Green+Blue) = 116+86+5=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745605 is #8BA9FA. Grayscale: #565656. Windows color (decimal): -9153019 or 349812. OLE color: 349812.
HSL color Cylindrical-coordinate representation of color #745605: hue angle of 43.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #745605 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 5 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.55 |
| HSL | 43.78º | 0.92% | 0.24% | - |
| HSV(B) | 43.78º | 0.96% | 0.45% | - |
| XYZ | 10.56 | 10.38 | 1.59 | - |
| YUV | 85.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 5 | 0 | 0.26 | 0.96 | 0.55 | 43.78 | 0.92 | 0.24 |
| Hex | 74 | 56 | 5 | 0 | 1A | 60 | 37 | 2C | 5C | 18 |
| Octal | 164 | 126 | 5 | 0 | 32 | 140 | 67 | 54 | 134 | 30 |
| Binary | 1110100 | 1010110 | 101 | 0 | 11010 | 1100000 | 110111 | 101100 | 1011100 | 11000 |
Color Harmonies of #745605
Complementary color
Monochromatic Colors of #745605
Black with #745605
Text Example
Text Example
White with #745605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745605; }
p { color: rgb(116,86,5); }
H1.HeaderClassName
{
color: #745605;
}
.AnyTagClassName
{
color: #745605;
}
</style>
background-color css
<style>
a { background-color: #745605; }
a { background-color: rgb(116,86,5); }
div.DivClassName
{
background-color: #745605;
}
.BgClassName
{
background-color: #745605;
}
</style>
border-color css
<style>
span { border-color: #745605; }
span { border-color: rgb(116,86,5); }
td.TdClassName
{
border-color: #745605;
}
.TagClassName
{
border-color: #745605;
}
</style>