Shades of Raw Umber #743C0B
Tints of Raw Umber #743C0B
RGB
CMYK
RGB Variations
Color information
#743C0B (or 0x743C0B) is known color: Raw Umber. HEX triplet: 74, 3C and 0B. RGB value is (116,60,11). Sum of RGB (Red+Green+Blue) = 116+60+11=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C0B is #8BC3F4. Grayscale: #474747. Windows color (decimal): -9159669 or 736372. OLE color: 736372.
HSL color Cylindrical-coordinate representation of color #743C0B: hue angle of 28º 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 #743C0B is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 11 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.55 |
| HSL | 28º | 0.83% | 0.25% | - |
| HSV(B) | 28º | 0.91% | 0.45% | - |
| XYZ | 8.88 | 6.97 | 1.19 | - |
| YUV | 71.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 11 | 0 | 0.48 | 0.91 | 0.55 | 28 | 0.83 | 0.25 |
| Hex | 74 | 3C | B | 0 | 30 | 5B | 37 | 1C | 53 | 19 |
| Octal | 164 | 74 | 13 | 0 | 60 | 133 | 67 | 34 | 123 | 31 |
| Binary | 1110100 | 111100 | 1011 | 0 | 110000 | 1011011 | 110111 | 11100 | 1010011 | 11001 |
Color Harmonies of #743C0B
Complementary color
Monochromatic Colors of #743C0B
Black with #743C0B
Text Example
Text Example
White with #743C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C0B; }
p { color: rgb(116,60,11); }
H1.HeaderClassName
{
color: #743C0B;
}
.AnyTagClassName
{
color: #743C0B;
}
</style>
background-color css
<style>
a { background-color: #743C0B; }
a { background-color: rgb(116,60,11); }
div.DivClassName
{
background-color: #743C0B;
}
.BgClassName
{
background-color: #743C0B;
}
</style>
border-color css
<style>
span { border-color: #743C0B; }
span { border-color: rgb(116,60,11); }
td.TdClassName
{
border-color: #743C0B;
}
.TagClassName
{
border-color: #743C0B;
}
</style>