Shades of Raw Umber #743D0F
Tints of Raw Umber #743D0F
RGB
CMYK
RGB Variations
Color information
#743D0F (or 0x743D0F) is known color: Raw Umber. HEX triplet: 74, 3D and 0F. RGB value is (116,61,15). Sum of RGB (Red+Green+Blue) = 116+61+15=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #743D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D0F is #8BC2F0. Grayscale: #484848. Windows color (decimal): -9159409 or 998772. OLE color: 998772.
HSL color Cylindrical-coordinate representation of color #743D0F: hue angle of 27.33º 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 #743D0F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 15 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.55 |
| HSL | 27.33º | 0.77% | 0.26% | - |
| HSV(B) | 27.33º | 0.87% | 0.45% | - |
| XYZ | 8.96 | 7.08 | 1.35 | - |
| YUV | 72.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 15 | 0 | 0.47 | 0.87 | 0.55 | 27.33 | 0.77 | 0.26 |
| Hex | 74 | 3D | F | 0 | 2F | 57 | 37 | 1B | 4D | 1A |
| Octal | 164 | 75 | 17 | 0 | 57 | 127 | 67 | 33 | 115 | 32 |
| Binary | 1110100 | 111101 | 1111 | 0 | 101111 | 1010111 | 110111 | 11011 | 1001101 | 11010 |
Color Harmonies of #743D0F
Complementary color
Monochromatic Colors of #743D0F
Black with #743D0F
Text Example
Text Example
White with #743D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D0F; }
p { color: rgb(116,61,15); }
H1.HeaderClassName
{
color: #743D0F;
}
.AnyTagClassName
{
color: #743D0F;
}
</style>
background-color css
<style>
a { background-color: #743D0F; }
a { background-color: rgb(116,61,15); }
div.DivClassName
{
background-color: #743D0F;
}
.BgClassName
{
background-color: #743D0F;
}
</style>
border-color css
<style>
span { border-color: #743D0F; }
span { border-color: rgb(116,61,15); }
td.TdClassName
{
border-color: #743D0F;
}
.TagClassName
{
border-color: #743D0F;
}
</style>