Shades of Raw Umber #754600
Tints of Raw Umber #754600
RGB
CMYK
RGB Variations
Color information
#754600 (or 0x754600) is known color: Raw Umber. HEX triplet: 75, 46 and 00. RGB value is (117,70,0). Sum of RGB (Red+Green+Blue) = 117+70+0=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754600 is #8AB9FF. Grayscale: #4C4C4C. Windows color (decimal): -9091584 or 18037. OLE color: 18037.
HSL color Cylindrical-coordinate representation of color #754600: hue angle of 35.9º 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 #754600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.54 |
| HSL | 35.9º | 1% | 0.23% | - |
| HSV(B) | 35.9º | 1% | 0.46% | - |
| XYZ | 9.53 | 8.16 | 1.07 | - |
| YUV | 76.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 0 | 0 | 0.40 | 1 | 0.54 | 35.9 | 1 | 0.23 |
| Hex | 75 | 46 | 0 | 0 | 28 | 64 | 36 | 24 | 64 | 17 |
| Octal | 165 | 106 | 0 | 0 | 50 | 144 | 66 | 44 | 144 | 27 |
| Binary | 1110101 | 1000110 | 0 | 0 | 101000 | 1100100 | 110110 | 100100 | 1100100 | 10111 |
Color Harmonies of #754600
Complementary color
Monochromatic Colors of #754600
Black with #754600
Text Example
Text Example
White with #754600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754600; }
p { color: rgb(117,70,0); }
H1.HeaderClassName
{
color: #754600;
}
.AnyTagClassName
{
color: #754600;
}
</style>
background-color css
<style>
a { background-color: #754600; }
a { background-color: rgb(117,70,0); }
div.DivClassName
{
background-color: #754600;
}
.BgClassName
{
background-color: #754600;
}
</style>
border-color css
<style>
span { border-color: #754600; }
span { border-color: rgb(117,70,0); }
td.TdClassName
{
border-color: #754600;
}
.TagClassName
{
border-color: #754600;
}
</style>