Shades of Raw Umber #745C12
Tints of Raw Umber #745C12
RGB
CMYK
RGB Variations
Color information
#745C12 (or 0x745C12) is known color: Raw Umber. HEX triplet: 74, 5C and 12. RGB value is (116,92,18). Sum of RGB (Red+Green+Blue) = 116+92+18=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C12 is #8BA3ED. Grayscale: #5B5B5B. Windows color (decimal): -9151470 or 1203316. OLE color: 1203316.
HSL color Cylindrical-coordinate representation of color #745C12: hue angle of 45.31º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745C12 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 18 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.55 |
| HSL | 45.31º | 0.73% | 0.26% | - |
| HSV(B) | 45.31º | 0.84% | 0.45% | - |
| XYZ | 11.14 | 11.41 | 2.19 | - |
| YUV | 90.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 18 | 0 | 0.21 | 0.84 | 0.55 | 45.31 | 0.73 | 0.26 |
| Hex | 74 | 5C | 12 | 0 | 15 | 54 | 37 | 2D | 49 | 1A |
| Octal | 164 | 134 | 22 | 0 | 25 | 124 | 67 | 55 | 111 | 32 |
| Binary | 1110100 | 1011100 | 10010 | 0 | 10101 | 1010100 | 110111 | 101101 | 1001001 | 11010 |
Color Harmonies of #745C12
Complementary color
Monochromatic Colors of #745C12
Black with #745C12
Text Example
Text Example
White with #745C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C12; }
p { color: rgb(116,92,18); }
H1.HeaderClassName
{
color: #745C12;
}
.AnyTagClassName
{
color: #745C12;
}
</style>
background-color css
<style>
a { background-color: #745C12; }
a { background-color: rgb(116,92,18); }
div.DivClassName
{
background-color: #745C12;
}
.BgClassName
{
background-color: #745C12;
}
</style>
border-color css
<style>
span { border-color: #745C12; }
span { border-color: rgb(116,92,18); }
td.TdClassName
{
border-color: #745C12;
}
.TagClassName
{
border-color: #745C12;
}
</style>