Shades of Raw Umber #75521B
Tints of Raw Umber #75521B
RGB
CMYK
RGB Variations
Color information
#75521B (or 0x75521B) is known color: Raw Umber. HEX triplet: 75, 52 and 1B. RGB value is (117,82,27). Sum of RGB (Red+Green+Blue) = 117+82+27=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75521B is #8AADE4. Grayscale: #565656. Windows color (decimal): -9088485 or 1790581. OLE color: 1790581.
HSL color Cylindrical-coordinate representation of color #75521B: hue angle of 36.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75521B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 27 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.54 |
| HSL | 36.67º | 0.63% | 0.28% | - |
| HSV(B) | 36.67º | 0.77% | 0.46% | - |
| XYZ | 10.55 | 9.9 | 2.39 | - |
| YUV | 86.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 27 | 0 | 0.30 | 0.77 | 0.54 | 36.67 | 0.63 | 0.28 |
| Hex | 75 | 52 | 1B | 0 | 1E | 4D | 36 | 25 | 3E | 1C |
| Octal | 165 | 122 | 33 | 0 | 36 | 115 | 66 | 45 | 76 | 34 |
| Binary | 1110101 | 1010010 | 11011 | 0 | 11110 | 1001101 | 110110 | 100101 | 111110 | 11100 |
Color Harmonies of #75521B
Complementary color
Monochromatic Colors of #75521B
Black with #75521B
Text Example
Text Example
White with #75521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75521B; }
p { color: rgb(117,82,27); }
H1.HeaderClassName
{
color: #75521B;
}
.AnyTagClassName
{
color: #75521B;
}
</style>
background-color css
<style>
a { background-color: #75521B; }
a { background-color: rgb(117,82,27); }
div.DivClassName
{
background-color: #75521B;
}
.BgClassName
{
background-color: #75521B;
}
</style>
border-color css
<style>
span { border-color: #75521B; }
span { border-color: rgb(117,82,27); }
td.TdClassName
{
border-color: #75521B;
}
.TagClassName
{
border-color: #75521B;
}
</style>