Shades of Raw Umber #745A0F
Tints of Raw Umber #745A0F
RGB
CMYK
RGB Variations
Color information
#745A0F (or 0x745A0F) is known color: Raw Umber. HEX triplet: 74, 5A and 0F. RGB value is (116,90,15). Sum of RGB (Red+Green+Blue) = 116+90+15=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A0F is #8BA5F0. Grayscale: #595959. Windows color (decimal): -9151985 or 1006196. OLE color: 1006196.
HSL color Cylindrical-coordinate representation of color #745A0F: hue angle of 44.55º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #745A0F is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 15 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.55 |
| HSL | 44.55º | 0.77% | 0.26% | - |
| HSV(B) | 44.55º | 0.87% | 0.45% | - |
| XYZ | 10.94 | 11.06 | 2.01 | - |
| YUV | 89.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 15 | 0 | 0.22 | 0.87 | 0.55 | 44.55 | 0.77 | 0.26 |
| Hex | 74 | 5A | F | 0 | 16 | 57 | 37 | 2D | 4D | 1A |
| Octal | 164 | 132 | 17 | 0 | 26 | 127 | 67 | 55 | 115 | 32 |
| Binary | 1110100 | 1011010 | 1111 | 0 | 10110 | 1010111 | 110111 | 101101 | 1001101 | 11010 |
Color Harmonies of #745A0F
Complementary color
Monochromatic Colors of #745A0F
Black with #745A0F
Text Example
Text Example
White with #745A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A0F; }
p { color: rgb(116,90,15); }
H1.HeaderClassName
{
color: #745A0F;
}
.AnyTagClassName
{
color: #745A0F;
}
</style>
background-color css
<style>
a { background-color: #745A0F; }
a { background-color: rgb(116,90,15); }
div.DivClassName
{
background-color: #745A0F;
}
.BgClassName
{
background-color: #745A0F;
}
</style>
border-color css
<style>
span { border-color: #745A0F; }
span { border-color: rgb(116,90,15); }
td.TdClassName
{
border-color: #745A0F;
}
.TagClassName
{
border-color: #745A0F;
}
</style>