Shades of Raw Umber #743B01
Tints of Raw Umber #743B01
RGB
CMYK
RGB Variations
Color information
#743B01 (or 0x743B01) is known color: Raw Umber. HEX triplet: 74, 3B and 01. RGB value is (116,59,1). Sum of RGB (Red+Green+Blue) = 116+59+1=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #743B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743B01 is #8BC4FE. Grayscale: #454545. Windows color (decimal): -9159935 or 80756. OLE color: 80756.
HSL color Cylindrical-coordinate representation of color #743B01: hue angle of 30.26º 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 #743B01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.55 |
| HSL | 30.26º | 0.98% | 0.23% | - |
| HSV(B) | 30.26º | 0.99% | 0.45% | - |
| XYZ | 8.77 | 6.84 | 0.89 | - |
| YUV | 69.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 1 | 0 | 0.49 | 0.99 | 0.55 | 30.26 | 0.98 | 0.23 |
| Hex | 74 | 3B | 1 | 0 | 31 | 63 | 37 | 1E | 62 | 17 |
| Octal | 164 | 73 | 1 | 0 | 61 | 143 | 67 | 36 | 142 | 27 |
| Binary | 1110100 | 111011 | 1 | 0 | 110001 | 1100011 | 110111 | 11110 | 1100010 | 10111 |
Color Harmonies of #743B01
Complementary color
Monochromatic Colors of #743B01
Black with #743B01
Text Example
Text Example
White with #743B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B01; }
p { color: rgb(116,59,1); }
H1.HeaderClassName
{
color: #743B01;
}
.AnyTagClassName
{
color: #743B01;
}
</style>
background-color css
<style>
a { background-color: #743B01; }
a { background-color: rgb(116,59,1); }
div.DivClassName
{
background-color: #743B01;
}
.BgClassName
{
background-color: #743B01;
}
</style>
border-color css
<style>
span { border-color: #743B01; }
span { border-color: rgb(116,59,1); }
td.TdClassName
{
border-color: #743B01;
}
.TagClassName
{
border-color: #743B01;
}
</style>