Shades of Raw Umber #745C14
Tints of Raw Umber #745C14
RGB
CMYK
RGB Variations
Color information
#745C14 (or 0x745C14) is known color: Raw Umber. HEX triplet: 74, 5C and 14. RGB value is (116,92,20). Sum of RGB (Red+Green+Blue) = 116+92+20=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #745C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C14 is #8BA3EB. Grayscale: #5B5B5B. Windows color (decimal): -9151468 or 1334388. OLE color: 1334388.
HSL color Cylindrical-coordinate representation of color #745C14: hue angle of 45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #745C14 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 20 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.55 |
| HSL | 45º | 0.71% | 0.27% | - |
| HSV(B) | 45º | 0.83% | 0.45% | - |
| XYZ | 11.16 | 11.42 | 2.28 | - |
| YUV | 90.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 20 | 0 | 0.21 | 0.83 | 0.55 | 45 | 0.71 | 0.27 |
| Hex | 74 | 5C | 14 | 0 | 15 | 53 | 37 | 2D | 47 | 1B |
| Octal | 164 | 134 | 24 | 0 | 25 | 123 | 67 | 55 | 107 | 33 |
| Binary | 1110100 | 1011100 | 10100 | 0 | 10101 | 1010011 | 110111 | 101101 | 1000111 | 11011 |
Color Harmonies of #745C14
Complementary color
Monochromatic Colors of #745C14
Black with #745C14
Text Example
Text Example
White with #745C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C14; }
p { color: rgb(116,92,20); }
H1.HeaderClassName
{
color: #745C14;
}
.AnyTagClassName
{
color: #745C14;
}
</style>
background-color css
<style>
a { background-color: #745C14; }
a { background-color: rgb(116,92,20); }
div.DivClassName
{
background-color: #745C14;
}
.BgClassName
{
background-color: #745C14;
}
</style>
border-color css
<style>
span { border-color: #745C14; }
span { border-color: rgb(116,92,20); }
td.TdClassName
{
border-color: #745C14;
}
.TagClassName
{
border-color: #745C14;
}
</style>