Shades of Raw Umber #743F0F
Tints of Raw Umber #743F0F
RGB
CMYK
RGB Variations
Color information
#743F0F (or 0x743F0F) is known color: Raw Umber. HEX triplet: 74, 3F and 0F. RGB value is (116,63,15). Sum of RGB (Red+Green+Blue) = 116+63+15=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F0F is #8BC0F0. Grayscale: #494949. Windows color (decimal): -9158897 or 999284. OLE color: 999284.
HSL color Cylindrical-coordinate representation of color #743F0F: hue angle of 28.51º 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 #743F0F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 15 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.55 |
| HSL | 28.51º | 0.77% | 0.26% | - |
| HSV(B) | 28.51º | 0.87% | 0.45% | - |
| XYZ | 9.07 | 7.3 | 1.38 | - |
| YUV | 73.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 15 | 0 | 0.46 | 0.87 | 0.55 | 28.51 | 0.77 | 0.26 |
| Hex | 74 | 3F | F | 0 | 2E | 57 | 37 | 1D | 4D | 1A |
| Octal | 164 | 77 | 17 | 0 | 56 | 127 | 67 | 35 | 115 | 32 |
| Binary | 1110100 | 111111 | 1111 | 0 | 101110 | 1010111 | 110111 | 11101 | 1001101 | 11010 |
Color Harmonies of #743F0F
Complementary color
Monochromatic Colors of #743F0F
Black with #743F0F
Text Example
Text Example
White with #743F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F0F; }
p { color: rgb(116,63,15); }
H1.HeaderClassName
{
color: #743F0F;
}
.AnyTagClassName
{
color: #743F0F;
}
</style>
background-color css
<style>
a { background-color: #743F0F; }
a { background-color: rgb(116,63,15); }
div.DivClassName
{
background-color: #743F0F;
}
.BgClassName
{
background-color: #743F0F;
}
</style>
border-color css
<style>
span { border-color: #743F0F; }
span { border-color: rgb(116,63,15); }
td.TdClassName
{
border-color: #743F0F;
}
.TagClassName
{
border-color: #743F0F;
}
</style>