Shades of Raw Umber #755519
Tints of Raw Umber #755519
RGB
CMYK
RGB Variations
Color information
#755519 (or 0x755519) is known color: Raw Umber. HEX triplet: 75, 55 and 19. RGB value is (117,85,25). Sum of RGB (Red+Green+Blue) = 117+85+25=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755519 is #8AAAE6. Grayscale: #585858. Windows color (decimal): -9087719 or 1660277. OLE color: 1660277.
HSL color Cylindrical-coordinate representation of color #755519: hue angle of 39.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #755519 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 25 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.54 |
| HSL | 39.13º | 0.65% | 0.28% | - |
| HSV(B) | 39.13º | 0.79% | 0.46% | - |
| XYZ | 10.76 | 10.35 | 2.35 | - |
| YUV | 87.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 25 | 0 | 0.27 | 0.79 | 0.54 | 39.13 | 0.65 | 0.28 |
| Hex | 75 | 55 | 19 | 0 | 1B | 4F | 36 | 27 | 41 | 1C |
| Octal | 165 | 125 | 31 | 0 | 33 | 117 | 66 | 47 | 101 | 34 |
| Binary | 1110101 | 1010101 | 11001 | 0 | 11011 | 1001111 | 110110 | 100111 | 1000001 | 11100 |
Color Harmonies of #755519
Complementary color
Monochromatic Colors of #755519
Black with #755519
Text Example
Text Example
White with #755519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755519; }
p { color: rgb(117,85,25); }
H1.HeaderClassName
{
color: #755519;
}
.AnyTagClassName
{
color: #755519;
}
</style>
background-color css
<style>
a { background-color: #755519; }
a { background-color: rgb(117,85,25); }
div.DivClassName
{
background-color: #755519;
}
.BgClassName
{
background-color: #755519;
}
</style>
border-color css
<style>
span { border-color: #755519; }
span { border-color: rgb(117,85,25); }
td.TdClassName
{
border-color: #755519;
}
.TagClassName
{
border-color: #755519;
}
</style>