Shades of Raw Umber #754510
Tints of Raw Umber #754510
RGB
CMYK
RGB Variations
Color information
#754510 (or 0x754510) is known color: Raw Umber. HEX triplet: 75, 45 and 10. RGB value is (117,69,16). Sum of RGB (Red+Green+Blue) = 117+69+16=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754510 is #8ABAEF. Grayscale: #4D4D4D. Windows color (decimal): -9091824 or 1066357. OLE color: 1066357.
HSL color Cylindrical-coordinate representation of color #754510: hue angle of 31.49º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754510 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 16 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.54 |
| HSL | 31.49º | 0.76% | 0.26% | - |
| HSV(B) | 31.49º | 0.86% | 0.46% | - |
| XYZ | 9.56 | 8.08 | 1.55 | - |
| YUV | 77.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 16 | 0 | 0.41 | 0.86 | 0.54 | 31.49 | 0.76 | 0.26 |
| Hex | 75 | 45 | 10 | 0 | 29 | 56 | 36 | 1F | 4C | 1A |
| Octal | 165 | 105 | 20 | 0 | 51 | 126 | 66 | 37 | 114 | 32 |
| Binary | 1110101 | 1000101 | 10000 | 0 | 101001 | 1010110 | 110110 | 11111 | 1001100 | 11010 |
Color Harmonies of #754510
Complementary color
Monochromatic Colors of #754510
Black with #754510
Text Example
Text Example
White with #754510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754510; }
p { color: rgb(117,69,16); }
H1.HeaderClassName
{
color: #754510;
}
.AnyTagClassName
{
color: #754510;
}
</style>
background-color css
<style>
a { background-color: #754510; }
a { background-color: rgb(117,69,16); }
div.DivClassName
{
background-color: #754510;
}
.BgClassName
{
background-color: #754510;
}
</style>
border-color css
<style>
span { border-color: #754510; }
span { border-color: rgb(117,69,16); }
td.TdClassName
{
border-color: #754510;
}
.TagClassName
{
border-color: #754510;
}
</style>