Shades of Raw Umber #745402
Tints of Raw Umber #745402
RGB
CMYK
RGB Variations
Color information
#745402 (or 0x745402) is known color: Raw Umber. HEX triplet: 74, 54 and 02. RGB value is (116,84,2). Sum of RGB (Red+Green+Blue) = 116+84+2=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745402 is #8BABFD. Grayscale: #545454. Windows color (decimal): -9153534 or 152692. OLE color: 152692.
HSL color Cylindrical-coordinate representation of color #745402: hue angle of 43.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #745402 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 2 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.55 |
| HSL | 43.16º | 0.97% | 0.23% | - |
| HSV(B) | 43.16º | 0.98% | 0.45% | - |
| XYZ | 10.38 | 10.06 | 1.45 | - |
| YUV | 84.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 2 | 0 | 0.28 | 0.98 | 0.55 | 43.16 | 0.97 | 0.23 |
| Hex | 74 | 54 | 2 | 0 | 1C | 62 | 37 | 2B | 61 | 17 |
| Octal | 164 | 124 | 2 | 0 | 34 | 142 | 67 | 53 | 141 | 27 |
| Binary | 1110100 | 1010100 | 10 | 0 | 11100 | 1100010 | 110111 | 101011 | 1100001 | 10111 |
Color Harmonies of #745402
Complementary color
Monochromatic Colors of #745402
Black with #745402
Text Example
Text Example
White with #745402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745402; }
p { color: rgb(116,84,2); }
H1.HeaderClassName
{
color: #745402;
}
.AnyTagClassName
{
color: #745402;
}
</style>
background-color css
<style>
a { background-color: #745402; }
a { background-color: rgb(116,84,2); }
div.DivClassName
{
background-color: #745402;
}
.BgClassName
{
background-color: #745402;
}
</style>
border-color css
<style>
span { border-color: #745402; }
span { border-color: rgb(116,84,2); }
td.TdClassName
{
border-color: #745402;
}
.TagClassName
{
border-color: #745402;
}
</style>