Shades of Raw Umber #743F0E
Tints of Raw Umber #743F0E
RGB
CMYK
RGB Variations
Color information
#743F0E (or 0x743F0E) is known color: Raw Umber. HEX triplet: 74, 3F and 0E. RGB value is (116,63,14). Sum of RGB (Red+Green+Blue) = 116+63+14=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #743F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F0E is #8BC0F1. Grayscale: #494949. Windows color (decimal): -9158898 or 933748. OLE color: 933748.
HSL color Cylindrical-coordinate representation of color #743F0E: hue angle of 28.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #743F0E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 14 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.55 |
| HSL | 28.82º | 0.78% | 0.25% | - |
| HSV(B) | 28.82º | 0.88% | 0.45% | - |
| XYZ | 9.06 | 7.3 | 1.35 | - |
| YUV | 73.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 14 | 0 | 0.46 | 0.88 | 0.55 | 28.82 | 0.78 | 0.25 |
| Hex | 74 | 3F | E | 0 | 2E | 58 | 37 | 1D | 4E | 19 |
| Octal | 164 | 77 | 16 | 0 | 56 | 130 | 67 | 35 | 116 | 31 |
| Binary | 1110100 | 111111 | 1110 | 0 | 101110 | 1011000 | 110111 | 11101 | 1001110 | 11001 |
Color Harmonies of #743F0E
Complementary color
Monochromatic Colors of #743F0E
Black with #743F0E
Text Example
Text Example
White with #743F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F0E; }
p { color: rgb(116,63,14); }
H1.HeaderClassName
{
color: #743F0E;
}
.AnyTagClassName
{
color: #743F0E;
}
</style>
background-color css
<style>
a { background-color: #743F0E; }
a { background-color: rgb(116,63,14); }
div.DivClassName
{
background-color: #743F0E;
}
.BgClassName
{
background-color: #743F0E;
}
</style>
border-color css
<style>
span { border-color: #743F0E; }
span { border-color: rgb(116,63,14); }
td.TdClassName
{
border-color: #743F0E;
}
.TagClassName
{
border-color: #743F0E;
}
</style>