Shades of Raw Umber #745A02
Tints of Raw Umber #745A02
RGB
CMYK
RGB Variations
Color information
#745A02 (or 0x745A02) is known color: Raw Umber. HEX triplet: 74, 5A and 02. RGB value is (116,90,2). Sum of RGB (Red+Green+Blue) = 116+90+2=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #745A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A02 is #8BA5FD. Grayscale: #585858. Windows color (decimal): -9151998 or 154228. OLE color: 154228.
HSL color Cylindrical-coordinate representation of color #745A02: hue angle of 46.32º 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 #745A02 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.55 |
| HSL | 46.32º | 0.97% | 0.23% | - |
| HSV(B) | 46.32º | 0.98% | 0.45% | - |
| XYZ | 10.87 | 11.03 | 1.61 | - |
| YUV | 87.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 2 | 0 | 0.22 | 0.98 | 0.55 | 46.32 | 0.97 | 0.23 |
| Hex | 74 | 5A | 2 | 0 | 16 | 62 | 37 | 2E | 61 | 17 |
| Octal | 164 | 132 | 2 | 0 | 26 | 142 | 67 | 56 | 141 | 27 |
| Binary | 1110100 | 1011010 | 10 | 0 | 10110 | 1100010 | 110111 | 101110 | 1100001 | 10111 |
Color Harmonies of #745A02
Complementary color
Monochromatic Colors of #745A02
Black with #745A02
Text Example
Text Example
White with #745A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A02; }
p { color: rgb(116,90,2); }
H1.HeaderClassName
{
color: #745A02;
}
.AnyTagClassName
{
color: #745A02;
}
</style>
background-color css
<style>
a { background-color: #745A02; }
a { background-color: rgb(116,90,2); }
div.DivClassName
{
background-color: #745A02;
}
.BgClassName
{
background-color: #745A02;
}
</style>
border-color css
<style>
span { border-color: #745A02; }
span { border-color: rgb(116,90,2); }
td.TdClassName
{
border-color: #745A02;
}
.TagClassName
{
border-color: #745A02;
}
</style>