Shades of Raw Umber #754D13
Tints of Raw Umber #754D13
RGB
CMYK
RGB Variations
Color information
#754D13 (or 0x754D13) is known color: Raw Umber. HEX triplet: 75, 4D and 13. RGB value is (117,77,19). Sum of RGB (Red+Green+Blue) = 117+77+19=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #754D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D13 is #8AB2EC. Grayscale: #525252. Windows color (decimal): -9089773 or 1265013. OLE color: 1265013.
HSL color Cylindrical-coordinate representation of color #754D13: hue angle of 35.51º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #754D13 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 19 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.54 |
| HSL | 35.51º | 0.72% | 0.27% | - |
| HSV(B) | 35.51º | 0.84% | 0.46% | - |
| XYZ | 10.11 | 9.14 | 1.85 | - |
| YUV | 82.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 19 | 0 | 0.34 | 0.84 | 0.54 | 35.51 | 0.72 | 0.27 |
| Hex | 75 | 4D | 13 | 0 | 22 | 54 | 36 | 24 | 48 | 1B |
| Octal | 165 | 115 | 23 | 0 | 42 | 124 | 66 | 44 | 110 | 33 |
| Binary | 1110101 | 1001101 | 10011 | 0 | 100010 | 1010100 | 110110 | 100100 | 1001000 | 11011 |
Color Harmonies of #754D13
Complementary color
Monochromatic Colors of #754D13
Black with #754D13
Text Example
Text Example
White with #754D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D13; }
p { color: rgb(117,77,19); }
H1.HeaderClassName
{
color: #754D13;
}
.AnyTagClassName
{
color: #754D13;
}
</style>
background-color css
<style>
a { background-color: #754D13; }
a { background-color: rgb(117,77,19); }
div.DivClassName
{
background-color: #754D13;
}
.BgClassName
{
background-color: #754D13;
}
</style>
border-color css
<style>
span { border-color: #754D13; }
span { border-color: rgb(117,77,19); }
td.TdClassName
{
border-color: #754D13;
}
.TagClassName
{
border-color: #754D13;
}
</style>