Shades of Raw Umber #754C00
Tints of Raw Umber #754C00
RGB
CMYK
RGB Variations
Color information
#754C00 (or 0x754C00) is known color: Raw Umber. HEX triplet: 75, 4C and 00. RGB value is (117,76,0). Sum of RGB (Red+Green+Blue) = 117+76+0=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C00 is #8AB3FF. Grayscale: #4F4F4F. Windows color (decimal): -9090048 or 19573. OLE color: 19573.
HSL color Cylindrical-coordinate representation of color #754C00: hue angle of 38.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #754C00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.54 |
| HSL | 38.97º | 1% | 0.23% | - |
| HSV(B) | 38.97º | 1% | 0.46% | - |
| XYZ | 9.92 | 8.95 | 1.2 | - |
| YUV | 79.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 0 | 0 | 0.35 | 1 | 0.54 | 38.97 | 1 | 0.23 |
| Hex | 75 | 4C | 0 | 0 | 23 | 64 | 36 | 27 | 64 | 17 |
| Octal | 165 | 114 | 0 | 0 | 43 | 144 | 66 | 47 | 144 | 27 |
| Binary | 1110101 | 1001100 | 0 | 0 | 100011 | 1100100 | 110110 | 100111 | 1100100 | 10111 |
Color Harmonies of #754C00
Complementary color
Monochromatic Colors of #754C00
Black with #754C00
Text Example
Text Example
White with #754C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C00; }
p { color: rgb(117,76,0); }
H1.HeaderClassName
{
color: #754C00;
}
.AnyTagClassName
{
color: #754C00;
}
</style>
background-color css
<style>
a { background-color: #754C00; }
a { background-color: rgb(117,76,0); }
div.DivClassName
{
background-color: #754C00;
}
.BgClassName
{
background-color: #754C00;
}
</style>
border-color css
<style>
span { border-color: #754C00; }
span { border-color: rgb(117,76,0); }
td.TdClassName
{
border-color: #754C00;
}
.TagClassName
{
border-color: #754C00;
}
</style>