Shades of Raw Umber #75470A
Tints of Raw Umber #75470A
RGB
CMYK
RGB Variations
Color information
#75470A (or 0x75470A) is known color: Raw Umber. HEX triplet: 75, 47 and 0A. RGB value is (117,71,10). Sum of RGB (Red+Green+Blue) = 117+71+10=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75470A is #8AB8F5. Grayscale: #4E4E4E. Windows color (decimal): -9091318 or 673653. OLE color: 673653.
HSL color Cylindrical-coordinate representation of color #75470A: hue angle of 34.21º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75470A is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 10 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.54 |
| HSL | 34.21º | 0.84% | 0.25% | - |
| HSV(B) | 34.21º | 0.91% | 0.46% | - |
| XYZ | 9.64 | 8.31 | 1.38 | - |
| YUV | 77.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 10 | 0 | 0.39 | 0.91 | 0.54 | 34.21 | 0.84 | 0.25 |
| Hex | 75 | 47 | A | 0 | 27 | 5B | 36 | 22 | 54 | 19 |
| Octal | 165 | 107 | 12 | 0 | 47 | 133 | 66 | 42 | 124 | 31 |
| Binary | 1110101 | 1000111 | 1010 | 0 | 100111 | 1011011 | 110110 | 100010 | 1010100 | 11001 |
Color Harmonies of #75470A
Complementary color
Monochromatic Colors of #75470A
Black with #75470A
Text Example
Text Example
White with #75470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75470A; }
p { color: rgb(117,71,10); }
H1.HeaderClassName
{
color: #75470A;
}
.AnyTagClassName
{
color: #75470A;
}
</style>
background-color css
<style>
a { background-color: #75470A; }
a { background-color: rgb(117,71,10); }
div.DivClassName
{
background-color: #75470A;
}
.BgClassName
{
background-color: #75470A;
}
</style>
border-color css
<style>
span { border-color: #75470A; }
span { border-color: rgb(117,71,10); }
td.TdClassName
{
border-color: #75470A;
}
.TagClassName
{
border-color: #75470A;
}
</style>