Shades of Raw Umber #743702
Tints of Raw Umber #743702
RGB
CMYK
RGB Variations
Color information
#743702 (or 0x743702) is known color: Raw Umber. HEX triplet: 74, 37 and 02. RGB value is (116,55,2). Sum of RGB (Red+Green+Blue) = 116+55+2=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743702 is #8BC8FD. Grayscale: #434343. Windows color (decimal): -9160958 or 145268. OLE color: 145268.
HSL color Cylindrical-coordinate representation of color #743702: hue angle of 27.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #743702 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 2 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.55 |
| HSL | 27.89º | 0.97% | 0.23% | - |
| HSV(B) | 27.89º | 0.98% | 0.45% | - |
| XYZ | 8.58 | 6.45 | 0.85 | - |
| YUV | 67.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 2 | 0 | 0.53 | 0.98 | 0.55 | 27.89 | 0.97 | 0.23 |
| Hex | 74 | 37 | 2 | 0 | 35 | 62 | 37 | 1C | 61 | 17 |
| Octal | 164 | 67 | 2 | 0 | 65 | 142 | 67 | 34 | 141 | 27 |
| Binary | 1110100 | 110111 | 10 | 0 | 110101 | 1100010 | 110111 | 11100 | 1100001 | 10111 |
Color Harmonies of #743702
Complementary color
Monochromatic Colors of #743702
Black with #743702
Text Example
Text Example
White with #743702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743702; }
p { color: rgb(116,55,2); }
H1.HeaderClassName
{
color: #743702;
}
.AnyTagClassName
{
color: #743702;
}
</style>
background-color css
<style>
a { background-color: #743702; }
a { background-color: rgb(116,55,2); }
div.DivClassName
{
background-color: #743702;
}
.BgClassName
{
background-color: #743702;
}
</style>
border-color css
<style>
span { border-color: #743702; }
span { border-color: rgb(116,55,2); }
td.TdClassName
{
border-color: #743702;
}
.TagClassName
{
border-color: #743702;
}
</style>