Shades of Raw Umber #75521A
Tints of Raw Umber #75521A
RGB
CMYK
RGB Variations
Color information
#75521A (or 0x75521A) is known color: Raw Umber. HEX triplet: 75, 52 and 1A. RGB value is (117,82,26). Sum of RGB (Red+Green+Blue) = 117+82+26=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75521A is #8AADE5. Grayscale: #565656. Windows color (decimal): -9088486 or 1725045. OLE color: 1725045.
HSL color Cylindrical-coordinate representation of color #75521A: hue angle of 36.92º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75521A is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 26 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.54 |
| HSL | 36.92º | 0.64% | 0.28% | - |
| HSV(B) | 36.92º | 0.78% | 0.46% | - |
| XYZ | 10.54 | 9.89 | 2.33 | - |
| YUV | 86.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 26 | 0 | 0.30 | 0.78 | 0.54 | 36.92 | 0.64 | 0.28 |
| Hex | 75 | 52 | 1A | 0 | 1E | 4E | 36 | 25 | 40 | 1C |
| Octal | 165 | 122 | 32 | 0 | 36 | 116 | 66 | 45 | 100 | 34 |
| Binary | 1110101 | 1010010 | 11010 | 0 | 11110 | 1001110 | 110110 | 100101 | 1000000 | 11100 |
Color Harmonies of #75521A
Complementary color
Monochromatic Colors of #75521A
Black with #75521A
Text Example
Text Example
White with #75521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75521A; }
p { color: rgb(117,82,26); }
H1.HeaderClassName
{
color: #75521A;
}
.AnyTagClassName
{
color: #75521A;
}
</style>
background-color css
<style>
a { background-color: #75521A; }
a { background-color: rgb(117,82,26); }
div.DivClassName
{
background-color: #75521A;
}
.BgClassName
{
background-color: #75521A;
}
</style>
border-color css
<style>
span { border-color: #75521A; }
span { border-color: rgb(117,82,26); }
td.TdClassName
{
border-color: #75521A;
}
.TagClassName
{
border-color: #75521A;
}
</style>