Shades of Raw Umber #754703
Tints of Raw Umber #754703
RGB
CMYK
RGB Variations
Color information
#754703 (or 0x754703) is known color: Raw Umber. HEX triplet: 75, 47 and 03. RGB value is (117,71,3). Sum of RGB (Red+Green+Blue) = 117+71+3=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #754703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754703 is #8AB8FC. Grayscale: #4D4D4D. Windows color (decimal): -9091325 or 214901. OLE color: 214901.
HSL color Cylindrical-coordinate representation of color #754703: hue angle of 35.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754703 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 3 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.54 |
| HSL | 35.79º | 0.95% | 0.24% | - |
| HSV(B) | 35.79º | 0.97% | 0.46% | - |
| XYZ | 9.61 | 8.29 | 1.18 | - |
| YUV | 77 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 3 | 0 | 0.39 | 0.97 | 0.54 | 35.79 | 0.95 | 0.24 |
| Hex | 75 | 47 | 3 | 0 | 27 | 61 | 36 | 24 | 5F | 18 |
| Octal | 165 | 107 | 3 | 0 | 47 | 141 | 66 | 44 | 137 | 30 |
| Binary | 1110101 | 1000111 | 11 | 0 | 100111 | 1100001 | 110110 | 100100 | 1011111 | 11000 |
Color Harmonies of #754703
Complementary color
Monochromatic Colors of #754703
Black with #754703
Text Example
Text Example
White with #754703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754703; }
p { color: rgb(117,71,3); }
H1.HeaderClassName
{
color: #754703;
}
.AnyTagClassName
{
color: #754703;
}
</style>
background-color css
<style>
a { background-color: #754703; }
a { background-color: rgb(117,71,3); }
div.DivClassName
{
background-color: #754703;
}
.BgClassName
{
background-color: #754703;
}
</style>
border-color css
<style>
span { border-color: #754703; }
span { border-color: rgb(117,71,3); }
td.TdClassName
{
border-color: #754703;
}
.TagClassName
{
border-color: #754703;
}
</style>