Shades of Raw Umber #745F01
Tints of Raw Umber #745F01
RGB
CMYK
RGB Variations
Color information
#745F01 (or 0x745F01) is known color: Raw Umber. HEX triplet: 74, 5F and 01. RGB value is (116,95,1). Sum of RGB (Red+Green+Blue) = 116+95+1=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #745F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F01 is #8BA0FE. Grayscale: #5A5A5A. Windows color (decimal): -9150719 or 89972. OLE color: 89972.
HSL color Cylindrical-coordinate representation of color #745F01: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #745F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.55 |
| HSL | 49.04º | 0.98% | 0.23% | - |
| HSV(B) | 49.04º | 0.99% | 0.45% | - |
| XYZ | 11.3 | 11.9 | 1.73 | - |
| YUV | 90.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 1 | 0 | 0.18 | 0.99 | 0.55 | 49.04 | 0.98 | 0.23 |
| Hex | 74 | 5F | 1 | 0 | 12 | 63 | 37 | 31 | 62 | 17 |
| Octal | 164 | 137 | 1 | 0 | 22 | 143 | 67 | 61 | 142 | 27 |
| Binary | 1110100 | 1011111 | 1 | 0 | 10010 | 1100011 | 110111 | 110001 | 1100010 | 10111 |
Color Harmonies of #745F01
Complementary color
Monochromatic Colors of #745F01
Black with #745F01
Text Example
Text Example
White with #745F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F01; }
p { color: rgb(116,95,1); }
H1.HeaderClassName
{
color: #745F01;
}
.AnyTagClassName
{
color: #745F01;
}
</style>
background-color css
<style>
a { background-color: #745F01; }
a { background-color: rgb(116,95,1); }
div.DivClassName
{
background-color: #745F01;
}
.BgClassName
{
background-color: #745F01;
}
</style>
border-color css
<style>
span { border-color: #745F01; }
span { border-color: rgb(116,95,1); }
td.TdClassName
{
border-color: #745F01;
}
.TagClassName
{
border-color: #745F01;
}
</style>