Shades of Raw Umber #754805
Tints of Raw Umber #754805
RGB
CMYK
RGB Variations
Color information
#754805 (or 0x754805) is known color: Raw Umber. HEX triplet: 75, 48 and 05. RGB value is (117,72,5). Sum of RGB (Red+Green+Blue) = 117+72+5=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754805 is #8AB7FA. Grayscale: #4E4E4E. Windows color (decimal): -9091067 or 346229. OLE color: 346229.
HSL color Cylindrical-coordinate representation of color #754805: hue angle of 35.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #754805 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.54 |
| HSL | 35.89º | 0.92% | 0.24% | - |
| HSV(B) | 35.89º | 0.96% | 0.46% | - |
| XYZ | 9.68 | 8.43 | 1.26 | - |
| YUV | 77.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 5 | 0 | 0.38 | 0.96 | 0.54 | 35.89 | 0.92 | 0.24 |
| Hex | 75 | 48 | 5 | 0 | 26 | 60 | 36 | 24 | 5C | 18 |
| Octal | 165 | 110 | 5 | 0 | 46 | 140 | 66 | 44 | 134 | 30 |
| Binary | 1110101 | 1001000 | 101 | 0 | 100110 | 1100000 | 110110 | 100100 | 1011100 | 11000 |
Color Harmonies of #754805
Complementary color
Monochromatic Colors of #754805
Black with #754805
Text Example
Text Example
White with #754805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754805; }
p { color: rgb(117,72,5); }
H1.HeaderClassName
{
color: #754805;
}
.AnyTagClassName
{
color: #754805;
}
</style>
background-color css
<style>
a { background-color: #754805; }
a { background-color: rgb(117,72,5); }
div.DivClassName
{
background-color: #754805;
}
.BgClassName
{
background-color: #754805;
}
</style>
border-color css
<style>
span { border-color: #754805; }
span { border-color: rgb(117,72,5); }
td.TdClassName
{
border-color: #754805;
}
.TagClassName
{
border-color: #754805;
}
</style>