Shades of Raw Umber #745D0F
Tints of Raw Umber #745D0F
RGB
CMYK
RGB Variations
Color information
#745D0F (or 0x745D0F) is known color: Raw Umber. HEX triplet: 74, 5D and 0F. RGB value is (116,93,15). Sum of RGB (Red+Green+Blue) = 116+93+15=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D0F is #8BA2F0. Grayscale: #5B5B5B. Windows color (decimal): -9151217 or 1006964. OLE color: 1006964.
HSL color Cylindrical-coordinate representation of color #745D0F: hue angle of 46.34º 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 #745D0F is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 15 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.55 |
| HSL | 46.34º | 0.77% | 0.26% | - |
| HSV(B) | 46.34º | 0.87% | 0.45% | - |
| XYZ | 11.2 | 11.58 | 2.1 | - |
| YUV | 90.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 15 | 0 | 0.20 | 0.87 | 0.55 | 46.34 | 0.77 | 0.26 |
| Hex | 74 | 5D | F | 0 | 14 | 57 | 37 | 2E | 4D | 1A |
| Octal | 164 | 135 | 17 | 0 | 24 | 127 | 67 | 56 | 115 | 32 |
| Binary | 1110100 | 1011101 | 1111 | 0 | 10100 | 1010111 | 110111 | 101110 | 1001101 | 11010 |
Color Harmonies of #745D0F
Complementary color
Monochromatic Colors of #745D0F
Black with #745D0F
Text Example
Text Example
White with #745D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D0F; }
p { color: rgb(116,93,15); }
H1.HeaderClassName
{
color: #745D0F;
}
.AnyTagClassName
{
color: #745D0F;
}
</style>
background-color css
<style>
a { background-color: #745D0F; }
a { background-color: rgb(116,93,15); }
div.DivClassName
{
background-color: #745D0F;
}
.BgClassName
{
background-color: #745D0F;
}
</style>
border-color css
<style>
span { border-color: #745D0F; }
span { border-color: rgb(116,93,15); }
td.TdClassName
{
border-color: #745D0F;
}
.TagClassName
{
border-color: #745D0F;
}
</style>