Shades of Raw Umber #75520B
Tints of Raw Umber #75520B
RGB
CMYK
RGB Variations
Color information
#75520B (or 0x75520B) is known color: Raw Umber. HEX triplet: 75, 52 and 0B. RGB value is (117,82,11). Sum of RGB (Red+Green+Blue) = 117+82+11=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75520B is #8AADF4. Grayscale: #545454. Windows color (decimal): -9088501 or 742005. OLE color: 742005.
HSL color Cylindrical-coordinate representation of color #75520B: hue angle of 40.19º degrees, saturation: 0.83, 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 #75520B is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 11 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.54 |
| HSL | 40.19º | 0.83% | 0.25% | - |
| HSV(B) | 40.19º | 0.91% | 0.46% | - |
| XYZ | 10.41 | 9.84 | 1.67 | - |
| YUV | 84.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 11 | 0 | 0.30 | 0.91 | 0.54 | 40.19 | 0.83 | 0.25 |
| Hex | 75 | 52 | B | 0 | 1E | 5B | 36 | 28 | 53 | 19 |
| Octal | 165 | 122 | 13 | 0 | 36 | 133 | 66 | 50 | 123 | 31 |
| Binary | 1110101 | 1010010 | 1011 | 0 | 11110 | 1011011 | 110110 | 101000 | 1010011 | 11001 |
Color Harmonies of #75520B
Complementary color
Monochromatic Colors of #75520B
Black with #75520B
Text Example
Text Example
White with #75520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75520B; }
p { color: rgb(117,82,11); }
H1.HeaderClassName
{
color: #75520B;
}
.AnyTagClassName
{
color: #75520B;
}
</style>
background-color css
<style>
a { background-color: #75520B; }
a { background-color: rgb(117,82,11); }
div.DivClassName
{
background-color: #75520B;
}
.BgClassName
{
background-color: #75520B;
}
</style>
border-color css
<style>
span { border-color: #75520B; }
span { border-color: rgb(117,82,11); }
td.TdClassName
{
border-color: #75520B;
}
.TagClassName
{
border-color: #75520B;
}
</style>