Shades of Raw Umber #744202
Tints of Raw Umber #744202
RGB
CMYK
RGB Variations
Color information
#744202 (or 0x744202) is known color: Raw Umber. HEX triplet: 74, 42 and 02. RGB value is (116,66,2). Sum of RGB (Red+Green+Blue) = 116+66+2=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #744202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744202 is #8BBDFD. Grayscale: #494949. Windows color (decimal): -9158142 or 148084. OLE color: 148084.
HSL color Cylindrical-coordinate representation of color #744202: hue angle of 33.68º 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 #744202 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.55 |
| HSL | 33.68º | 0.97% | 0.23% | - |
| HSV(B) | 33.68º | 0.98% | 0.45% | - |
| XYZ | 9.16 | 7.61 | 1.04 | - |
| YUV | 73.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 2 | 0 | 0.43 | 0.98 | 0.55 | 33.68 | 0.97 | 0.23 |
| Hex | 74 | 42 | 2 | 0 | 2B | 62 | 37 | 22 | 61 | 17 |
| Octal | 164 | 102 | 2 | 0 | 53 | 142 | 67 | 42 | 141 | 27 |
| Binary | 1110100 | 1000010 | 10 | 0 | 101011 | 1100010 | 110111 | 100010 | 1100001 | 10111 |
Color Harmonies of #744202
Complementary color
Monochromatic Colors of #744202
Black with #744202
Text Example
Text Example
White with #744202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744202; }
p { color: rgb(116,66,2); }
H1.HeaderClassName
{
color: #744202;
}
.AnyTagClassName
{
color: #744202;
}
</style>
background-color css
<style>
a { background-color: #744202; }
a { background-color: rgb(116,66,2); }
div.DivClassName
{
background-color: #744202;
}
.BgClassName
{
background-color: #744202;
}
</style>
border-color css
<style>
span { border-color: #744202; }
span { border-color: rgb(116,66,2); }
td.TdClassName
{
border-color: #744202;
}
.TagClassName
{
border-color: #744202;
}
</style>