Shades of Raw Umber #743D0D
Tints of Raw Umber #743D0D
RGB
CMYK
RGB Variations
Color information
#743D0D (or 0x743D0D) is known color: Raw Umber. HEX triplet: 74, 3D and 0D. RGB value is (116,61,13). Sum of RGB (Red+Green+Blue) = 116+61+13=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D0D is #8BC2F2. Grayscale: #484848. Windows color (decimal): -9159411 or 867700. OLE color: 867700.
HSL color Cylindrical-coordinate representation of color #743D0D: hue angle of 27.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #743D0D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 13 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.55 |
| HSL | 27.96º | 0.8% | 0.25% | - |
| HSV(B) | 27.96º | 0.89% | 0.45% | - |
| XYZ | 8.94 | 7.08 | 1.28 | - |
| YUV | 71.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 13 | 0 | 0.47 | 0.89 | 0.55 | 27.96 | 0.8 | 0.25 |
| Hex | 74 | 3D | D | 0 | 2F | 59 | 37 | 1C | 50 | 19 |
| Octal | 164 | 75 | 15 | 0 | 57 | 131 | 67 | 34 | 120 | 31 |
| Binary | 1110100 | 111101 | 1101 | 0 | 101111 | 1011001 | 110111 | 11100 | 1010000 | 11001 |
Color Harmonies of #743D0D
Complementary color
Monochromatic Colors of #743D0D
Black with #743D0D
Text Example
Text Example
White with #743D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D0D; }
p { color: rgb(116,61,13); }
H1.HeaderClassName
{
color: #743D0D;
}
.AnyTagClassName
{
color: #743D0D;
}
</style>
background-color css
<style>
a { background-color: #743D0D; }
a { background-color: rgb(116,61,13); }
div.DivClassName
{
background-color: #743D0D;
}
.BgClassName
{
background-color: #743D0D;
}
</style>
border-color css
<style>
span { border-color: #743D0D; }
span { border-color: rgb(116,61,13); }
td.TdClassName
{
border-color: #743D0D;
}
.TagClassName
{
border-color: #743D0D;
}
</style>