Shades of Raw Umber #754402
Tints of Raw Umber #754402
RGB
CMYK
RGB Variations
Color information
#754402 (or 0x754402) is known color: Raw Umber. HEX triplet: 75, 44 and 02. RGB value is (117,68,2). Sum of RGB (Red+Green+Blue) = 117+68+2=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754402 is #8ABBFD. Grayscale: #4B4B4B. Windows color (decimal): -9092094 or 148597. OLE color: 148597.
HSL color Cylindrical-coordinate representation of color #754402: hue angle of 34.43º 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 #754402 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.54 |
| HSL | 34.43º | 0.97% | 0.23% | - |
| HSV(B) | 34.43º | 0.98% | 0.46% | - |
| XYZ | 9.41 | 7.92 | 1.09 | - |
| YUV | 75.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 2 | 0 | 0.42 | 0.98 | 0.54 | 34.43 | 0.97 | 0.23 |
| Hex | 75 | 44 | 2 | 0 | 2A | 62 | 36 | 22 | 61 | 17 |
| Octal | 165 | 104 | 2 | 0 | 52 | 142 | 66 | 42 | 141 | 27 |
| Binary | 1110101 | 1000100 | 10 | 0 | 101010 | 1100010 | 110110 | 100010 | 1100001 | 10111 |
Color Harmonies of #754402
Complementary color
Monochromatic Colors of #754402
Black with #754402
Text Example
Text Example
White with #754402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754402; }
p { color: rgb(117,68,2); }
H1.HeaderClassName
{
color: #754402;
}
.AnyTagClassName
{
color: #754402;
}
</style>
background-color css
<style>
a { background-color: #754402; }
a { background-color: rgb(117,68,2); }
div.DivClassName
{
background-color: #754402;
}
.BgClassName
{
background-color: #754402;
}
</style>
border-color css
<style>
span { border-color: #754402; }
span { border-color: rgb(117,68,2); }
td.TdClassName
{
border-color: #754402;
}
.TagClassName
{
border-color: #754402;
}
</style>