Shades of Raw Umber #745C10
Tints of Raw Umber #745C10
RGB
CMYK
RGB Variations
Color information
#745C10 (or 0x745C10) is known color: Raw Umber. HEX triplet: 74, 5C and 10. RGB value is (116,92,16). Sum of RGB (Red+Green+Blue) = 116+92+16=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C10 is #8BA3EF. Grayscale: #5A5A5A. Windows color (decimal): -9151472 or 1072244. OLE color: 1072244.
HSL color Cylindrical-coordinate representation of color #745C10: hue angle of 45.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #745C10 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 16 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.55 |
| HSL | 45.6º | 0.76% | 0.26% | - |
| HSV(B) | 45.6º | 0.86% | 0.45% | - |
| XYZ | 11.12 | 11.4 | 2.11 | - |
| YUV | 90.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 16 | 0 | 0.21 | 0.86 | 0.55 | 45.6 | 0.76 | 0.26 |
| Hex | 74 | 5C | 10 | 0 | 15 | 56 | 37 | 2E | 4C | 1A |
| Octal | 164 | 134 | 20 | 0 | 25 | 126 | 67 | 56 | 114 | 32 |
| Binary | 1110100 | 1011100 | 10000 | 0 | 10101 | 1010110 | 110111 | 101110 | 1001100 | 11010 |
Color Harmonies of #745C10
Complementary color
Monochromatic Colors of #745C10
Black with #745C10
Text Example
Text Example
White with #745C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C10; }
p { color: rgb(116,92,16); }
H1.HeaderClassName
{
color: #745C10;
}
.AnyTagClassName
{
color: #745C10;
}
</style>
background-color css
<style>
a { background-color: #745C10; }
a { background-color: rgb(116,92,16); }
div.DivClassName
{
background-color: #745C10;
}
.BgClassName
{
background-color: #745C10;
}
</style>
border-color css
<style>
span { border-color: #745C10; }
span { border-color: rgb(116,92,16); }
td.TdClassName
{
border-color: #745C10;
}
.TagClassName
{
border-color: #745C10;
}
</style>