Shades of Raw Umber #743A00
Tints of Raw Umber #743A00
RGB
CMYK
RGB Variations
Color information
#743A00 (or 0x743A00) is known color: Raw Umber. HEX triplet: 74, 3A and 00. RGB value is (116,58,0). Sum of RGB (Red+Green+Blue) = 116+58+0=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #743A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A00 is #8BC5FF. Grayscale: #454545. Windows color (decimal): -9160192 or 14964. OLE color: 14964.
HSL color Cylindrical-coordinate representation of color #743A00: hue angle of 30º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #743A00 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.55 |
| HSL | 30º | 1% | 0.23% | - |
| HSV(B) | 30º | 1% | 0.45% | - |
| XYZ | 8.72 | 6.74 | 0.84 | - |
| YUV | 68.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 0 | 0 | 0.5 | 1 | 0.55 | 30 | 1 | 0.23 |
| Hex | 74 | 3A | 0 | 0 | 32 | 64 | 37 | 1E | 64 | 17 |
| Octal | 164 | 72 | 0 | 0 | 62 | 144 | 67 | 36 | 144 | 27 |
| Binary | 1110100 | 111010 | 0 | 0 | 110010 | 1100100 | 110111 | 11110 | 1100100 | 10111 |
Color Harmonies of #743A00
Complementary color
Monochromatic Colors of #743A00
Black with #743A00
Text Example
Text Example
White with #743A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A00; }
p { color: rgb(116,58,0); }
H1.HeaderClassName
{
color: #743A00;
}
.AnyTagClassName
{
color: #743A00;
}
</style>
background-color css
<style>
a { background-color: #743A00; }
a { background-color: rgb(116,58,0); }
div.DivClassName
{
background-color: #743A00;
}
.BgClassName
{
background-color: #743A00;
}
</style>
border-color css
<style>
span { border-color: #743A00; }
span { border-color: rgb(116,58,0); }
td.TdClassName
{
border-color: #743A00;
}
.TagClassName
{
border-color: #743A00;
}
</style>