Shades of Raw Umber #745200
Tints of Raw Umber #745200
RGB
CMYK
RGB Variations
Color information
#745200 (or 0x745200) is known color: Raw Umber. HEX triplet: 74, 52 and 00. RGB value is (116,82,0). Sum of RGB (Red+Green+Blue) = 116+82+0=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #745200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745200 is #8BADFF. Grayscale: #535353. Windows color (decimal): -9154048 or 21108. OLE color: 21108.
HSL color Cylindrical-coordinate representation of color #745200: hue angle of 42.41º 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 #745200 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.55 |
| HSL | 42.41º | 1% | 0.23% | - |
| HSV(B) | 42.41º | 1% | 0.45% | - |
| XYZ | 10.22 | 9.75 | 1.34 | - |
| YUV | 82.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 0 | 0 | 0.29 | 1 | 0.55 | 42.41 | 1 | 0.23 |
| Hex | 74 | 52 | 0 | 0 | 1D | 64 | 37 | 2A | 64 | 17 |
| Octal | 164 | 122 | 0 | 0 | 35 | 144 | 67 | 52 | 144 | 27 |
| Binary | 1110100 | 1010010 | 0 | 0 | 11101 | 1100100 | 110111 | 101010 | 1100100 | 10111 |
Color Harmonies of #745200
Complementary color
Monochromatic Colors of #745200
Black with #745200
Text Example
Text Example
White with #745200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745200; }
p { color: rgb(116,82,0); }
H1.HeaderClassName
{
color: #745200;
}
.AnyTagClassName
{
color: #745200;
}
</style>
background-color css
<style>
a { background-color: #745200; }
a { background-color: rgb(116,82,0); }
div.DivClassName
{
background-color: #745200;
}
.BgClassName
{
background-color: #745200;
}
</style>
border-color css
<style>
span { border-color: #745200; }
span { border-color: rgb(116,82,0); }
td.TdClassName
{
border-color: #745200;
}
.TagClassName
{
border-color: #745200;
}
</style>