Shades of Raw Umber #743F08
Tints of Raw Umber #743F08
RGB
CMYK
RGB Variations
Color information
#743F08 (or 0x743F08) is known color: Raw Umber. HEX triplet: 74, 3F and 08. RGB value is (116,63,8). Sum of RGB (Red+Green+Blue) = 116+63+8=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743F08 is #8BC0F7. Grayscale: #484848. Windows color (decimal): -9158904 or 540532. OLE color: 540532.
HSL color Cylindrical-coordinate representation of color #743F08: hue angle of 30.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #743F08 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 8 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.55 |
| HSL | 30.56º | 0.87% | 0.24% | - |
| HSV(B) | 30.56º | 0.93% | 0.45% | - |
| XYZ | 9.02 | 7.29 | 1.16 | - |
| YUV | 72.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 8 | 0 | 0.46 | 0.93 | 0.55 | 30.56 | 0.87 | 0.24 |
| Hex | 74 | 3F | 8 | 0 | 2E | 5D | 37 | 1F | 57 | 18 |
| Octal | 164 | 77 | 10 | 0 | 56 | 135 | 67 | 37 | 127 | 30 |
| Binary | 1110100 | 111111 | 1000 | 0 | 101110 | 1011101 | 110111 | 11111 | 1010111 | 11000 |
Color Harmonies of #743F08
Complementary color
Monochromatic Colors of #743F08
Black with #743F08
Text Example
Text Example
White with #743F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F08; }
p { color: rgb(116,63,8); }
H1.HeaderClassName
{
color: #743F08;
}
.AnyTagClassName
{
color: #743F08;
}
</style>
background-color css
<style>
a { background-color: #743F08; }
a { background-color: rgb(116,63,8); }
div.DivClassName
{
background-color: #743F08;
}
.BgClassName
{
background-color: #743F08;
}
</style>
border-color css
<style>
span { border-color: #743F08; }
span { border-color: rgb(116,63,8); }
td.TdClassName
{
border-color: #743F08;
}
.TagClassName
{
border-color: #743F08;
}
</style>