Shades of Raw Umber #745700
Tints of Raw Umber #745700
RGB
CMYK
RGB Variations
Color information
#745700 (or 0x745700) is known color: Raw Umber. HEX triplet: 74, 57 and 00. RGB value is (116,87,0). Sum of RGB (Red+Green+Blue) = 116+87+0=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #745700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745700 is #8BA8FF. Grayscale: #565656. Windows color (decimal): -9152768 or 22388. OLE color: 22388.
HSL color Cylindrical-coordinate representation of color #745700: hue angle of 45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #745700 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.55 |
| HSL | 45º | 1% | 0.23% | - |
| HSV(B) | 45º | 1% | 0.45% | - |
| XYZ | 10.61 | 10.53 | 1.47 | - |
| YUV | 85.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 0 | 0 | 0.25 | 1 | 0.55 | 45 | 1 | 0.23 |
| Hex | 74 | 57 | 0 | 0 | 19 | 64 | 37 | 2D | 64 | 17 |
| Octal | 164 | 127 | 0 | 0 | 31 | 144 | 67 | 55 | 144 | 27 |
| Binary | 1110100 | 1010111 | 0 | 0 | 11001 | 1100100 | 110111 | 101101 | 1100100 | 10111 |
Color Harmonies of #745700
Complementary color
Monochromatic Colors of #745700
Black with #745700
Text Example
Text Example
White with #745700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745700; }
p { color: rgb(116,87,0); }
H1.HeaderClassName
{
color: #745700;
}
.AnyTagClassName
{
color: #745700;
}
</style>
background-color css
<style>
a { background-color: #745700; }
a { background-color: rgb(116,87,0); }
div.DivClassName
{
background-color: #745700;
}
.BgClassName
{
background-color: #745700;
}
</style>
border-color css
<style>
span { border-color: #745700; }
span { border-color: rgb(116,87,0); }
td.TdClassName
{
border-color: #745700;
}
.TagClassName
{
border-color: #745700;
}
</style>