Shades of Raw Umber #745119
Tints of Raw Umber #745119
RGB
CMYK
RGB Variations
Color information
#745119 (or 0x745119) is known color: Raw Umber. HEX triplet: 74, 51 and 19. RGB value is (116,81,25). Sum of RGB (Red+Green+Blue) = 116+81+25=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745119 is #8BAEE6. Grayscale: #555555. Windows color (decimal): -9154279 or 1659252. OLE color: 1659252.
HSL color Cylindrical-coordinate representation of color #745119: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #745119 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 25 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.55 |
| HSL | 36.92º | 0.65% | 0.28% | - |
| HSV(B) | 36.92º | 0.78% | 0.45% | - |
| XYZ | 10.32 | 9.67 | 2.24 | - |
| YUV | 85.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 25 | 0 | 0.30 | 0.78 | 0.55 | 36.92 | 0.65 | 0.28 |
| Hex | 74 | 51 | 19 | 0 | 1E | 4E | 37 | 25 | 41 | 1C |
| Octal | 164 | 121 | 31 | 0 | 36 | 116 | 67 | 45 | 101 | 34 |
| Binary | 1110100 | 1010001 | 11001 | 0 | 11110 | 1001110 | 110111 | 100101 | 1000001 | 11100 |
Color Harmonies of #745119
Complementary color
Monochromatic Colors of #745119
Black with #745119
Text Example
Text Example
White with #745119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745119; }
p { color: rgb(116,81,25); }
H1.HeaderClassName
{
color: #745119;
}
.AnyTagClassName
{
color: #745119;
}
</style>
background-color css
<style>
a { background-color: #745119; }
a { background-color: rgb(116,81,25); }
div.DivClassName
{
background-color: #745119;
}
.BgClassName
{
background-color: #745119;
}
</style>
border-color css
<style>
span { border-color: #745119; }
span { border-color: rgb(116,81,25); }
td.TdClassName
{
border-color: #745119;
}
.TagClassName
{
border-color: #745119;
}
</style>