Shades of Raw Umber #75540F
Tints of Raw Umber #75540F
RGB
CMYK
RGB Variations
Color information
#75540F (or 0x75540F) is known color: Raw Umber. HEX triplet: 75, 54 and 0F. RGB value is (117,84,15). Sum of RGB (Red+Green+Blue) = 117+84+15=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75540F is #8AABF0. Grayscale: #565656. Windows color (decimal): -9087985 or 1004661. OLE color: 1004661.
HSL color Cylindrical-coordinate representation of color #75540F: hue angle of 40.59º 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 #75540F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 15 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.54 |
| HSL | 40.59º | 0.77% | 0.26% | - |
| HSV(B) | 40.59º | 0.87% | 0.46% | - |
| XYZ | 10.59 | 10.16 | 1.85 | - |
| YUV | 86 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 15 | 0 | 0.28 | 0.87 | 0.54 | 40.59 | 0.77 | 0.26 |
| Hex | 75 | 54 | F | 0 | 1C | 57 | 36 | 29 | 4D | 1A |
| Octal | 165 | 124 | 17 | 0 | 34 | 127 | 66 | 51 | 115 | 32 |
| Binary | 1110101 | 1010100 | 1111 | 0 | 11100 | 1010111 | 110110 | 101001 | 1001101 | 11010 |
Color Harmonies of #75540F
Complementary color
Monochromatic Colors of #75540F
Black with #75540F
Text Example
Text Example
White with #75540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75540F; }
p { color: rgb(117,84,15); }
H1.HeaderClassName
{
color: #75540F;
}
.AnyTagClassName
{
color: #75540F;
}
</style>
background-color css
<style>
a { background-color: #75540F; }
a { background-color: rgb(117,84,15); }
div.DivClassName
{
background-color: #75540F;
}
.BgClassName
{
background-color: #75540F;
}
</style>
border-color css
<style>
span { border-color: #75540F; }
span { border-color: rgb(117,84,15); }
td.TdClassName
{
border-color: #75540F;
}
.TagClassName
{
border-color: #75540F;
}
</style>