Shades of Raw Umber #743F0B
Tints of Raw Umber #743F0B
RGB
CMYK
RGB Variations
Color information
#743F0B (or 0x743F0B) is known color: Raw Umber. HEX triplet: 74, 3F and 0B. RGB value is (116,63,11). Sum of RGB (Red+Green+Blue) = 116+63+11=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F0B is #8BC0F4. Grayscale: #494949. Windows color (decimal): -9158901 or 737140. OLE color: 737140.
HSL color Cylindrical-coordinate representation of color #743F0B: hue angle of 29.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #743F0B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 11 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.55 |
| HSL | 29.71º | 0.83% | 0.25% | - |
| HSV(B) | 29.71º | 0.91% | 0.45% | - |
| XYZ | 9.04 | 7.29 | 1.25 | - |
| YUV | 72.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 11 | 0 | 0.46 | 0.91 | 0.55 | 29.71 | 0.83 | 0.25 |
| Hex | 74 | 3F | B | 0 | 2E | 5B | 37 | 1E | 53 | 19 |
| Octal | 164 | 77 | 13 | 0 | 56 | 133 | 67 | 36 | 123 | 31 |
| Binary | 1110100 | 111111 | 1011 | 0 | 101110 | 1011011 | 110111 | 11110 | 1010011 | 11001 |
Color Harmonies of #743F0B
Complementary color
Monochromatic Colors of #743F0B
Black with #743F0B
Text Example
Text Example
White with #743F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F0B; }
p { color: rgb(116,63,11); }
H1.HeaderClassName
{
color: #743F0B;
}
.AnyTagClassName
{
color: #743F0B;
}
</style>
background-color css
<style>
a { background-color: #743F0B; }
a { background-color: rgb(116,63,11); }
div.DivClassName
{
background-color: #743F0B;
}
.BgClassName
{
background-color: #743F0B;
}
</style>
border-color css
<style>
span { border-color: #743F0B; }
span { border-color: rgb(116,63,11); }
td.TdClassName
{
border-color: #743F0B;
}
.TagClassName
{
border-color: #743F0B;
}
</style>