Shades of Raw Umber #745519
Tints of Raw Umber #745519
RGB
CMYK
RGB Variations
Color information
#745519 (or 0x745519) is known color: Raw Umber. HEX triplet: 74, 55 and 19. RGB value is (116,85,25). Sum of RGB (Red+Green+Blue) = 116+85+25=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745519 is #8BAAE6. Grayscale: #575757. Windows color (decimal): -9153255 or 1660276. OLE color: 1660276.
HSL color Cylindrical-coordinate representation of color #745519: hue angle of 39.56º 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 #745519 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 25 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.55 |
| HSL | 39.56º | 0.65% | 0.28% | - |
| HSV(B) | 39.56º | 0.78% | 0.45% | - |
| XYZ | 10.63 | 10.28 | 2.34 | - |
| YUV | 87.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 25 | 0 | 0.27 | 0.78 | 0.55 | 39.56 | 0.65 | 0.28 |
| Hex | 74 | 55 | 19 | 0 | 1B | 4E | 37 | 28 | 41 | 1C |
| Octal | 164 | 125 | 31 | 0 | 33 | 116 | 67 | 50 | 101 | 34 |
| Binary | 1110100 | 1010101 | 11001 | 0 | 11011 | 1001110 | 110111 | 101000 | 1000001 | 11100 |
Color Harmonies of #745519
Complementary color
Monochromatic Colors of #745519
Black with #745519
Text Example
Text Example
White with #745519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745519; }
p { color: rgb(116,85,25); }
H1.HeaderClassName
{
color: #745519;
}
.AnyTagClassName
{
color: #745519;
}
</style>
background-color css
<style>
a { background-color: #745519; }
a { background-color: rgb(116,85,25); }
div.DivClassName
{
background-color: #745519;
}
.BgClassName
{
background-color: #745519;
}
</style>
border-color css
<style>
span { border-color: #745519; }
span { border-color: rgb(116,85,25); }
td.TdClassName
{
border-color: #745519;
}
.TagClassName
{
border-color: #745519;
}
</style>