Shades of Raw Umber #743F11
Tints of Raw Umber #743F11
RGB
CMYK
RGB Variations
Color information
#743F11 (or 0x743F11) is known color: Raw Umber. HEX triplet: 74, 3F and 11. RGB value is (116,63,17). Sum of RGB (Red+Green+Blue) = 116+63+17=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #743F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F11 is #8BC0EE. Grayscale: #494949. Windows color (decimal): -9158895 or 1130356. OLE color: 1130356.
HSL color Cylindrical-coordinate representation of color #743F11: hue angle of 27.88º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #743F11 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 17 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.55 |
| HSL | 27.88º | 0.74% | 0.26% | - |
| HSV(B) | 27.88º | 0.85% | 0.45% | - |
| XYZ | 9.08 | 7.31 | 1.46 | - |
| YUV | 73.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 17 | 0 | 0.46 | 0.85 | 0.55 | 27.88 | 0.74 | 0.26 |
| Hex | 74 | 3F | 11 | 0 | 2E | 55 | 37 | 1C | 4A | 1A |
| Octal | 164 | 77 | 21 | 0 | 56 | 125 | 67 | 34 | 112 | 32 |
| Binary | 1110100 | 111111 | 10001 | 0 | 101110 | 1010101 | 110111 | 11100 | 1001010 | 11010 |
Color Harmonies of #743F11
Complementary color
Monochromatic Colors of #743F11
Black with #743F11
Text Example
Text Example
White with #743F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F11; }
p { color: rgb(116,63,17); }
H1.HeaderClassName
{
color: #743F11;
}
.AnyTagClassName
{
color: #743F11;
}
</style>
background-color css
<style>
a { background-color: #743F11; }
a { background-color: rgb(116,63,17); }
div.DivClassName
{
background-color: #743F11;
}
.BgClassName
{
background-color: #743F11;
}
</style>
border-color css
<style>
span { border-color: #743F11; }
span { border-color: rgb(116,63,17); }
td.TdClassName
{
border-color: #743F11;
}
.TagClassName
{
border-color: #743F11;
}
</style>