Shades of Raw Umber #754202
Tints of Raw Umber #754202
RGB
CMYK
RGB Variations
Color information
#754202 (or 0x754202) is known color: Raw Umber. HEX triplet: 75, 42 and 02. RGB value is (117,66,2). Sum of RGB (Red+Green+Blue) = 117+66+2=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #754202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754202 is #8ABDFD. Grayscale: #4A4A4A. Windows color (decimal): -9092606 or 148085. OLE color: 148085.
HSL color Cylindrical-coordinate representation of color #754202: hue angle of 33.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #754202 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.54 |
| HSL | 33.39º | 0.97% | 0.23% | - |
| HSV(B) | 33.39º | 0.98% | 0.46% | - |
| XYZ | 9.3 | 7.68 | 1.05 | - |
| YUV | 73.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 2 | 0 | 0.44 | 0.98 | 0.54 | 33.39 | 0.97 | 0.23 |
| Hex | 75 | 42 | 2 | 0 | 2C | 62 | 36 | 21 | 61 | 17 |
| Octal | 165 | 102 | 2 | 0 | 54 | 142 | 66 | 41 | 141 | 27 |
| Binary | 1110101 | 1000010 | 10 | 0 | 101100 | 1100010 | 110110 | 100001 | 1100001 | 10111 |
Color Harmonies of #754202
Complementary color
Monochromatic Colors of #754202
Black with #754202
Text Example
Text Example
White with #754202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754202; }
p { color: rgb(117,66,2); }
H1.HeaderClassName
{
color: #754202;
}
.AnyTagClassName
{
color: #754202;
}
</style>
background-color css
<style>
a { background-color: #754202; }
a { background-color: rgb(117,66,2); }
div.DivClassName
{
background-color: #754202;
}
.BgClassName
{
background-color: #754202;
}
</style>
border-color css
<style>
span { border-color: #754202; }
span { border-color: rgb(117,66,2); }
td.TdClassName
{
border-color: #754202;
}
.TagClassName
{
border-color: #754202;
}
</style>