Shades of Raw Umber #745805
Tints of Raw Umber #745805
RGB
CMYK
RGB Variations
Color information
#745805 (or 0x745805) is known color: Raw Umber. HEX triplet: 74, 58 and 05. RGB value is (116,88,5). Sum of RGB (Red+Green+Blue) = 116+88+5=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745805 is #8BA7FA. Grayscale: #575757. Windows color (decimal): -9152507 or 350324. OLE color: 350324.
HSL color Cylindrical-coordinate representation of color #745805: hue angle of 44.86º 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 #745805 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 5 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.55 |
| HSL | 44.86º | 0.92% | 0.24% | - |
| HSV(B) | 44.86º | 0.96% | 0.45% | - |
| XYZ | 10.72 | 10.7 | 1.64 | - |
| YUV | 86.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 5 | 0 | 0.24 | 0.96 | 0.55 | 44.86 | 0.92 | 0.24 |
| Hex | 74 | 58 | 5 | 0 | 18 | 60 | 37 | 2D | 5C | 18 |
| Octal | 164 | 130 | 5 | 0 | 30 | 140 | 67 | 55 | 134 | 30 |
| Binary | 1110100 | 1011000 | 101 | 0 | 11000 | 1100000 | 110111 | 101101 | 1011100 | 11000 |
Color Harmonies of #745805
Complementary color
Monochromatic Colors of #745805
Black with #745805
Text Example
Text Example
White with #745805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745805; }
p { color: rgb(116,88,5); }
H1.HeaderClassName
{
color: #745805;
}
.AnyTagClassName
{
color: #745805;
}
</style>
background-color css
<style>
a { background-color: #745805; }
a { background-color: rgb(116,88,5); }
div.DivClassName
{
background-color: #745805;
}
.BgClassName
{
background-color: #745805;
}
</style>
border-color css
<style>
span { border-color: #745805; }
span { border-color: rgb(116,88,5); }
td.TdClassName
{
border-color: #745805;
}
.TagClassName
{
border-color: #745805;
}
</style>