Shades of Raw Umber #745B14
Tints of Raw Umber #745B14
RGB
CMYK
RGB Variations
Color information
#745B14 (or 0x745B14) is known color: Raw Umber. HEX triplet: 74, 5B and 14. RGB value is (116,91,20). Sum of RGB (Red+Green+Blue) = 116+91+20=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #745B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B14 is #8BA4EB. Grayscale: #5A5A5A. Windows color (decimal): -9151724 or 1334132. OLE color: 1334132.
HSL color Cylindrical-coordinate representation of color #745B14: hue angle of 44.38º 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 #745B14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 20 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.55 |
| HSL | 44.38º | 0.71% | 0.27% | - |
| HSV(B) | 44.38º | 0.83% | 0.45% | - |
| XYZ | 11.07 | 11.25 | 2.25 | - |
| YUV | 90.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 20 | 0 | 0.22 | 0.83 | 0.55 | 44.38 | 0.71 | 0.27 |
| Hex | 74 | 5B | 14 | 0 | 16 | 53 | 37 | 2C | 47 | 1B |
| Octal | 164 | 133 | 24 | 0 | 26 | 123 | 67 | 54 | 107 | 33 |
| Binary | 1110100 | 1011011 | 10100 | 0 | 10110 | 1010011 | 110111 | 101100 | 1000111 | 11011 |
Color Harmonies of #745B14
Complementary color
Monochromatic Colors of #745B14
Black with #745B14
Text Example
Text Example
White with #745B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B14; }
p { color: rgb(116,91,20); }
H1.HeaderClassName
{
color: #745B14;
}
.AnyTagClassName
{
color: #745B14;
}
</style>
background-color css
<style>
a { background-color: #745B14; }
a { background-color: rgb(116,91,20); }
div.DivClassName
{
background-color: #745B14;
}
.BgClassName
{
background-color: #745B14;
}
</style>
border-color css
<style>
span { border-color: #745B14; }
span { border-color: rgb(116,91,20); }
td.TdClassName
{
border-color: #745B14;
}
.TagClassName
{
border-color: #745B14;
}
</style>