Shades of Raw Umber #75470D
Tints of Raw Umber #75470D
RGB
CMYK
RGB Variations
Color information
#75470D (or 0x75470D) is known color: Raw Umber. HEX triplet: 75, 47 and 0D. RGB value is (117,71,13). Sum of RGB (Red+Green+Blue) = 117+71+13=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75470D is #8AB8F2. Grayscale: #4E4E4E. Windows color (decimal): -9091315 or 870261. OLE color: 870261.
HSL color Cylindrical-coordinate representation of color #75470D: hue angle of 33.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75470D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 13 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.54 |
| HSL | 33.46º | 0.8% | 0.25% | - |
| HSV(B) | 33.46º | 0.89% | 0.46% | - |
| XYZ | 9.66 | 8.32 | 1.48 | - |
| YUV | 78.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 13 | 0 | 0.39 | 0.89 | 0.54 | 33.46 | 0.8 | 0.25 |
| Hex | 75 | 47 | D | 0 | 27 | 59 | 36 | 21 | 50 | 19 |
| Octal | 165 | 107 | 15 | 0 | 47 | 131 | 66 | 41 | 120 | 31 |
| Binary | 1110101 | 1000111 | 1101 | 0 | 100111 | 1011001 | 110110 | 100001 | 1010000 | 11001 |
Color Harmonies of #75470D
Complementary color
Monochromatic Colors of #75470D
Black with #75470D
Text Example
Text Example
White with #75470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75470D; }
p { color: rgb(117,71,13); }
H1.HeaderClassName
{
color: #75470D;
}
.AnyTagClassName
{
color: #75470D;
}
</style>
background-color css
<style>
a { background-color: #75470D; }
a { background-color: rgb(117,71,13); }
div.DivClassName
{
background-color: #75470D;
}
.BgClassName
{
background-color: #75470D;
}
</style>
border-color css
<style>
span { border-color: #75470D; }
span { border-color: rgb(117,71,13); }
td.TdClassName
{
border-color: #75470D;
}
.TagClassName
{
border-color: #75470D;
}
</style>