Shades of Raw Umber #754C0F
Tints of Raw Umber #754C0F
RGB
CMYK
RGB Variations
Color information
#754C0F (or 0x754C0F) is known color: Raw Umber. HEX triplet: 75, 4C and 0F. RGB value is (117,76,15). Sum of RGB (Red+Green+Blue) = 117+76+15=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C0F is #8AB3F0. Grayscale: #515151. Windows color (decimal): -9090033 or 1002613. OLE color: 1002613.
HSL color Cylindrical-coordinate representation of color #754C0F: hue angle of 35.88º 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 #754C0F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 15 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.54 |
| HSL | 35.88º | 0.77% | 0.26% | - |
| HSV(B) | 35.88º | 0.87% | 0.46% | - |
| XYZ | 10.01 | 8.99 | 1.66 | - |
| YUV | 81.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 15 | 0 | 0.35 | 0.87 | 0.54 | 35.88 | 0.77 | 0.26 |
| Hex | 75 | 4C | F | 0 | 23 | 57 | 36 | 24 | 4D | 1A |
| Octal | 165 | 114 | 17 | 0 | 43 | 127 | 66 | 44 | 115 | 32 |
| Binary | 1110101 | 1001100 | 1111 | 0 | 100011 | 1010111 | 110110 | 100100 | 1001101 | 11010 |
Color Harmonies of #754C0F
Complementary color
Monochromatic Colors of #754C0F
Black with #754C0F
Text Example
Text Example
White with #754C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C0F; }
p { color: rgb(117,76,15); }
H1.HeaderClassName
{
color: #754C0F;
}
.AnyTagClassName
{
color: #754C0F;
}
</style>
background-color css
<style>
a { background-color: #754C0F; }
a { background-color: rgb(117,76,15); }
div.DivClassName
{
background-color: #754C0F;
}
.BgClassName
{
background-color: #754C0F;
}
</style>
border-color css
<style>
span { border-color: #754C0F; }
span { border-color: rgb(117,76,15); }
td.TdClassName
{
border-color: #754C0F;
}
.TagClassName
{
border-color: #754C0F;
}
</style>