Shades of Raw Umber #743B0C
Tints of Raw Umber #743B0C
RGB
CMYK
RGB Variations
Color information
#743B0C (or 0x743B0C) is known color: Raw Umber. HEX triplet: 74, 3B and 0C. RGB value is (116,59,12). Sum of RGB (Red+Green+Blue) = 116+59+12=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743B0C is #8BC4F3. Grayscale: #464646. Windows color (decimal): -9159924 or 801652. OLE color: 801652.
HSL color Cylindrical-coordinate representation of color #743B0C: hue angle of 27.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #743B0C is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 12 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.55 |
| HSL | 27.12º | 0.81% | 0.25% | - |
| HSV(B) | 27.12º | 0.9% | 0.45% | - |
| XYZ | 8.83 | 6.87 | 1.21 | - |
| YUV | 70.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 12 | 0 | 0.49 | 0.90 | 0.55 | 27.12 | 0.81 | 0.25 |
| Hex | 74 | 3B | C | 0 | 31 | 5A | 37 | 1B | 51 | 19 |
| Octal | 164 | 73 | 14 | 0 | 61 | 132 | 67 | 33 | 121 | 31 |
| Binary | 1110100 | 111011 | 1100 | 0 | 110001 | 1011010 | 110111 | 11011 | 1010001 | 11001 |
Color Harmonies of #743B0C
Complementary color
Monochromatic Colors of #743B0C
Black with #743B0C
Text Example
Text Example
White with #743B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B0C; }
p { color: rgb(116,59,12); }
H1.HeaderClassName
{
color: #743B0C;
}
.AnyTagClassName
{
color: #743B0C;
}
</style>
background-color css
<style>
a { background-color: #743B0C; }
a { background-color: rgb(116,59,12); }
div.DivClassName
{
background-color: #743B0C;
}
.BgClassName
{
background-color: #743B0C;
}
</style>
border-color css
<style>
span { border-color: #743B0C; }
span { border-color: rgb(116,59,12); }
td.TdClassName
{
border-color: #743B0C;
}
.TagClassName
{
border-color: #743B0C;
}
</style>