Shades of Raw Umber #745A13
Tints of Raw Umber #745A13
RGB
CMYK
RGB Variations
Color information
#745A13 (or 0x745A13) is known color: Raw Umber. HEX triplet: 74, 5A and 13. RGB value is (116,90,19). Sum of RGB (Red+Green+Blue) = 116+90+19=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A13 is #8BA5EC. Grayscale: #595959. Windows color (decimal): -9151981 or 1268340. OLE color: 1268340.
HSL color Cylindrical-coordinate representation of color #745A13: hue angle of 43.92º degrees, saturation: 0.72, 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 #745A13 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 19 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.55 |
| HSL | 43.92º | 0.72% | 0.26% | - |
| HSV(B) | 43.92º | 0.84% | 0.45% | - |
| XYZ | 10.98 | 11.07 | 2.17 | - |
| YUV | 89.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 19 | 0 | 0.22 | 0.84 | 0.55 | 43.92 | 0.72 | 0.26 |
| Hex | 74 | 5A | 13 | 0 | 16 | 54 | 37 | 2C | 48 | 1A |
| Octal | 164 | 132 | 23 | 0 | 26 | 124 | 67 | 54 | 110 | 32 |
| Binary | 1110100 | 1011010 | 10011 | 0 | 10110 | 1010100 | 110111 | 101100 | 1001000 | 11010 |
Color Harmonies of #745A13
Complementary color
Monochromatic Colors of #745A13
Black with #745A13
Text Example
Text Example
White with #745A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A13; }
p { color: rgb(116,90,19); }
H1.HeaderClassName
{
color: #745A13;
}
.AnyTagClassName
{
color: #745A13;
}
</style>
background-color css
<style>
a { background-color: #745A13; }
a { background-color: rgb(116,90,19); }
div.DivClassName
{
background-color: #745A13;
}
.BgClassName
{
background-color: #745A13;
}
</style>
border-color css
<style>
span { border-color: #745A13; }
span { border-color: rgb(116,90,19); }
td.TdClassName
{
border-color: #745A13;
}
.TagClassName
{
border-color: #745A13;
}
</style>