Shades of Raw Umber #75460F
Tints of Raw Umber #75460F
RGB
CMYK
RGB Variations
Color information
#75460F (or 0x75460F) is known color: Raw Umber. HEX triplet: 75, 46 and 0F. RGB value is (117,70,15). Sum of RGB (Red+Green+Blue) = 117+70+15=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75460F is #8AB9F0. Grayscale: #4E4E4E. Windows color (decimal): -9091569 or 1001077. OLE color: 1001077.
HSL color Cylindrical-coordinate representation of color #75460F: hue angle of 32.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75460F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 15 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.54 |
| HSL | 32.35º | 0.77% | 0.26% | - |
| HSV(B) | 32.35º | 0.87% | 0.46% | - |
| XYZ | 9.61 | 8.2 | 1.53 | - |
| YUV | 77.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 15 | 0 | 0.40 | 0.87 | 0.54 | 32.35 | 0.77 | 0.26 |
| Hex | 75 | 46 | F | 0 | 28 | 57 | 36 | 20 | 4D | 1A |
| Octal | 165 | 106 | 17 | 0 | 50 | 127 | 66 | 40 | 115 | 32 |
| Binary | 1110101 | 1000110 | 1111 | 0 | 101000 | 1010111 | 110110 | 100000 | 1001101 | 11010 |
Color Harmonies of #75460F
Complementary color
Monochromatic Colors of #75460F
Black with #75460F
Text Example
Text Example
White with #75460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75460F; }
p { color: rgb(117,70,15); }
H1.HeaderClassName
{
color: #75460F;
}
.AnyTagClassName
{
color: #75460F;
}
</style>
background-color css
<style>
a { background-color: #75460F; }
a { background-color: rgb(117,70,15); }
div.DivClassName
{
background-color: #75460F;
}
.BgClassName
{
background-color: #75460F;
}
</style>
border-color css
<style>
span { border-color: #75460F; }
span { border-color: rgb(117,70,15); }
td.TdClassName
{
border-color: #75460F;
}
.TagClassName
{
border-color: #75460F;
}
</style>