Shades of Raw Umber #754500
Tints of Raw Umber #754500
RGB
CMYK
RGB Variations
Color information
#754500 (or 0x754500) is known color: Raw Umber. HEX triplet: 75, 45 and 00. RGB value is (117,69,0). Sum of RGB (Red+Green+Blue) = 117+69+0=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #754500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754500 is #8ABAFF. Grayscale: #4B4B4B. Windows color (decimal): -9091840 or 17781. OLE color: 17781.
HSL color Cylindrical-coordinate representation of color #754500: hue angle of 35.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #754500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.54 |
| HSL | 35.38º | 1% | 0.23% | - |
| HSV(B) | 35.38º | 1% | 0.46% | - |
| XYZ | 9.46 | 8.04 | 1.05 | - |
| YUV | 75.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 0 | 0 | 0.41 | 1 | 0.54 | 35.38 | 1 | 0.23 |
| Hex | 75 | 45 | 0 | 0 | 29 | 64 | 36 | 23 | 64 | 17 |
| Octal | 165 | 105 | 0 | 0 | 51 | 144 | 66 | 43 | 144 | 27 |
| Binary | 1110101 | 1000101 | 0 | 0 | 101001 | 1100100 | 110110 | 100011 | 1100100 | 10111 |
Color Harmonies of #754500
Complementary color
Monochromatic Colors of #754500
Black with #754500
Text Example
Text Example
White with #754500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754500; }
p { color: rgb(117,69,0); }
H1.HeaderClassName
{
color: #754500;
}
.AnyTagClassName
{
color: #754500;
}
</style>
background-color css
<style>
a { background-color: #754500; }
a { background-color: rgb(117,69,0); }
div.DivClassName
{
background-color: #754500;
}
.BgClassName
{
background-color: #754500;
}
</style>
border-color css
<style>
span { border-color: #754500; }
span { border-color: rgb(117,69,0); }
td.TdClassName
{
border-color: #754500;
}
.TagClassName
{
border-color: #754500;
}
</style>