Shades of Raw Umber #745B16
Tints of Raw Umber #745B16
RGB
CMYK
RGB Variations
Color information
#745B16 (or 0x745B16) is known color: Raw Umber. HEX triplet: 74, 5B and 16. RGB value is (116,91,22). Sum of RGB (Red+Green+Blue) = 116+91+22=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #745B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B16 is #8BA4E9. Grayscale: #5A5A5A. Windows color (decimal): -9151722 or 1465204. OLE color: 1465204.
HSL color Cylindrical-coordinate representation of color #745B16: hue angle of 44.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #745B16 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 22 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.55 |
| HSL | 44.04º | 0.68% | 0.27% | - |
| HSV(B) | 44.04º | 0.81% | 0.45% | - |
| XYZ | 11.09 | 11.25 | 2.35 | - |
| YUV | 90.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 22 | 0 | 0.22 | 0.81 | 0.55 | 44.04 | 0.68 | 0.27 |
| Hex | 74 | 5B | 16 | 0 | 16 | 51 | 37 | 2C | 44 | 1B |
| Octal | 164 | 133 | 26 | 0 | 26 | 121 | 67 | 54 | 104 | 33 |
| Binary | 1110100 | 1011011 | 10110 | 0 | 10110 | 1010001 | 110111 | 101100 | 1000100 | 11011 |
Color Harmonies of #745B16
Complementary color
Monochromatic Colors of #745B16
Black with #745B16
Text Example
Text Example
White with #745B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B16; }
p { color: rgb(116,91,22); }
H1.HeaderClassName
{
color: #745B16;
}
.AnyTagClassName
{
color: #745B16;
}
</style>
background-color css
<style>
a { background-color: #745B16; }
a { background-color: rgb(116,91,22); }
div.DivClassName
{
background-color: #745B16;
}
.BgClassName
{
background-color: #745B16;
}
</style>
border-color css
<style>
span { border-color: #745B16; }
span { border-color: rgb(116,91,22); }
td.TdClassName
{
border-color: #745B16;
}
.TagClassName
{
border-color: #745B16;
}
</style>