Shades of Raw Umber #745300
Tints of Raw Umber #745300
RGB
CMYK
RGB Variations
Color information
#745300 (or 0x745300) is known color: Raw Umber. HEX triplet: 74, 53 and 00. RGB value is (116,83,0). Sum of RGB (Red+Green+Blue) = 116+83+0=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #745300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745300 is #8BACFF. Grayscale: #535353. Windows color (decimal): -9153792 or 21364. OLE color: 21364.
HSL color Cylindrical-coordinate representation of color #745300: hue angle of 42.93º 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 #745300 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.55 |
| HSL | 42.93º | 1% | 0.23% | - |
| HSV(B) | 42.93º | 1% | 0.45% | - |
| XYZ | 10.3 | 9.9 | 1.37 | - |
| YUV | 83.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 0 | 0 | 0.28 | 1 | 0.55 | 42.93 | 1 | 0.23 |
| Hex | 74 | 53 | 0 | 0 | 1C | 64 | 37 | 2B | 64 | 17 |
| Octal | 164 | 123 | 0 | 0 | 34 | 144 | 67 | 53 | 144 | 27 |
| Binary | 1110100 | 1010011 | 0 | 0 | 11100 | 1100100 | 110111 | 101011 | 1100100 | 10111 |
Color Harmonies of #745300
Complementary color
Monochromatic Colors of #745300
Black with #745300
Text Example
Text Example
White with #745300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745300; }
p { color: rgb(116,83,0); }
H1.HeaderClassName
{
color: #745300;
}
.AnyTagClassName
{
color: #745300;
}
</style>
background-color css
<style>
a { background-color: #745300; }
a { background-color: rgb(116,83,0); }
div.DivClassName
{
background-color: #745300;
}
.BgClassName
{
background-color: #745300;
}
</style>
border-color css
<style>
span { border-color: #745300; }
span { border-color: rgb(116,83,0); }
td.TdClassName
{
border-color: #745300;
}
.TagClassName
{
border-color: #745300;
}
</style>