Shades of Raw Umber #754C15
Tints of Raw Umber #754C15
RGB
CMYK
RGB Variations
Color information
#754C15 (or 0x754C15) is known color: Raw Umber. HEX triplet: 75, 4C and 15. RGB value is (117,76,21). Sum of RGB (Red+Green+Blue) = 117+76+21=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #754C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C15 is #8AB3EA. Grayscale: #525252. Windows color (decimal): -9090027 or 1395829. OLE color: 1395829.
HSL color Cylindrical-coordinate representation of color #754C15: hue angle of 34.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #754C15 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 21 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.54 |
| HSL | 34.38º | 0.7% | 0.27% | - |
| HSV(B) | 34.38º | 0.82% | 0.46% | - |
| XYZ | 10.06 | 9 | 1.92 | - |
| YUV | 81.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 21 | 0 | 0.35 | 0.82 | 0.54 | 34.38 | 0.7 | 0.27 |
| Hex | 75 | 4C | 15 | 0 | 23 | 52 | 36 | 22 | 46 | 1B |
| Octal | 165 | 114 | 25 | 0 | 43 | 122 | 66 | 42 | 106 | 33 |
| Binary | 1110101 | 1001100 | 10101 | 0 | 100011 | 1010010 | 110110 | 100010 | 1000110 | 11011 |
Color Harmonies of #754C15
Complementary color
Monochromatic Colors of #754C15
Black with #754C15
Text Example
Text Example
White with #754C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C15; }
p { color: rgb(117,76,21); }
H1.HeaderClassName
{
color: #754C15;
}
.AnyTagClassName
{
color: #754C15;
}
</style>
background-color css
<style>
a { background-color: #754C15; }
a { background-color: rgb(117,76,21); }
div.DivClassName
{
background-color: #754C15;
}
.BgClassName
{
background-color: #754C15;
}
</style>
border-color css
<style>
span { border-color: #754C15; }
span { border-color: rgb(117,76,21); }
td.TdClassName
{
border-color: #754C15;
}
.TagClassName
{
border-color: #754C15;
}
</style>