Shades of Raw Umber #743801
Tints of Raw Umber #743801
RGB
CMYK
RGB Variations
Color information
#743801 (or 0x743801) is known color: Raw Umber. HEX triplet: 74, 38 and 01. RGB value is (116,56,1). Sum of RGB (Red+Green+Blue) = 116+56+1=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743801 is #8BC7FE. Grayscale: #434343. Windows color (decimal): -9160703 or 79988. OLE color: 79988.
HSL color Cylindrical-coordinate representation of color #743801: hue angle of 28.7º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #743801 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.55 |
| HSL | 28.7º | 0.98% | 0.23% | - |
| HSV(B) | 28.7º | 0.99% | 0.45% | - |
| XYZ | 8.62 | 6.54 | 0.84 | - |
| YUV | 67.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 1 | 0 | 0.52 | 0.99 | 0.55 | 28.7 | 0.98 | 0.23 |
| Hex | 74 | 38 | 1 | 0 | 34 | 63 | 37 | 1D | 62 | 17 |
| Octal | 164 | 70 | 1 | 0 | 64 | 143 | 67 | 35 | 142 | 27 |
| Binary | 1110100 | 111000 | 1 | 0 | 110100 | 1100011 | 110111 | 11101 | 1100010 | 10111 |
Color Harmonies of #743801
Complementary color
Monochromatic Colors of #743801
Black with #743801
Text Example
Text Example
White with #743801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743801; }
p { color: rgb(116,56,1); }
H1.HeaderClassName
{
color: #743801;
}
.AnyTagClassName
{
color: #743801;
}
</style>
background-color css
<style>
a { background-color: #743801; }
a { background-color: rgb(116,56,1); }
div.DivClassName
{
background-color: #743801;
}
.BgClassName
{
background-color: #743801;
}
</style>
border-color css
<style>
span { border-color: #743801; }
span { border-color: rgb(116,56,1); }
td.TdClassName
{
border-color: #743801;
}
.TagClassName
{
border-color: #743801;
}
</style>