Shades of Raw Umber #745F03
Tints of Raw Umber #745F03
RGB
CMYK
RGB Variations
Color information
#745F03 (or 0x745F03) is known color: Raw Umber. HEX triplet: 74, 5F and 03. RGB value is (116,95,3). Sum of RGB (Red+Green+Blue) = 116+95+3=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F03 is #8BA0FC. Grayscale: #5B5B5B. Windows color (decimal): -9150717 or 221044. OLE color: 221044.
HSL color Cylindrical-coordinate representation of color #745F03: hue angle of 48.85º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #745F03 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 3 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.55 |
| HSL | 48.85º | 0.95% | 0.23% | - |
| HSV(B) | 48.85º | 0.97% | 0.45% | - |
| XYZ | 11.31 | 11.9 | 1.79 | - |
| YUV | 90.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 3 | 0 | 0.18 | 0.97 | 0.55 | 48.85 | 0.95 | 0.23 |
| Hex | 74 | 5F | 3 | 0 | 12 | 61 | 37 | 31 | 5F | 17 |
| Octal | 164 | 137 | 3 | 0 | 22 | 141 | 67 | 61 | 137 | 27 |
| Binary | 1110100 | 1011111 | 11 | 0 | 10010 | 1100001 | 110111 | 110001 | 1011111 | 10111 |
Color Harmonies of #745F03
Complementary color
Monochromatic Colors of #745F03
Black with #745F03
Text Example
Text Example
White with #745F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F03; }
p { color: rgb(116,95,3); }
H1.HeaderClassName
{
color: #745F03;
}
.AnyTagClassName
{
color: #745F03;
}
</style>
background-color css
<style>
a { background-color: #745F03; }
a { background-color: rgb(116,95,3); }
div.DivClassName
{
background-color: #745F03;
}
.BgClassName
{
background-color: #745F03;
}
</style>
border-color css
<style>
span { border-color: #745F03; }
span { border-color: rgb(116,95,3); }
td.TdClassName
{
border-color: #745F03;
}
.TagClassName
{
border-color: #745F03;
}
</style>