Shades of Raw Umber #755C00
Tints of Raw Umber #755C00
RGB
CMYK
RGB Variations
Color information
#755C00 (or 0x755C00) is known color: Raw Umber. HEX triplet: 75, 5C and 00. RGB value is (117,92,0). Sum of RGB (Red+Green+Blue) = 117+92+0=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C00 is #8AA3FF. Grayscale: #595959. Windows color (decimal): -9085952 or 23669. OLE color: 23669.
HSL color Cylindrical-coordinate representation of color #755C00: hue angle of 47.18º 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 #755C00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.54 |
| HSL | 47.18º | 1% | 0.23% | - |
| HSV(B) | 47.18º | 1% | 0.46% | - |
| XYZ | 11.16 | 11.44 | 1.62 | - |
| YUV | 88.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 0 | 0 | 0.21 | 1 | 0.54 | 47.18 | 1 | 0.23 |
| Hex | 75 | 5C | 0 | 0 | 15 | 64 | 36 | 2F | 64 | 17 |
| Octal | 165 | 134 | 0 | 0 | 25 | 144 | 66 | 57 | 144 | 27 |
| Binary | 1110101 | 1011100 | 0 | 0 | 10101 | 1100100 | 110110 | 101111 | 1100100 | 10111 |
Color Harmonies of #755C00
Complementary color
Monochromatic Colors of #755C00
Black with #755C00
Text Example
Text Example
White with #755C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C00; }
p { color: rgb(117,92,0); }
H1.HeaderClassName
{
color: #755C00;
}
.AnyTagClassName
{
color: #755C00;
}
</style>
background-color css
<style>
a { background-color: #755C00; }
a { background-color: rgb(117,92,0); }
div.DivClassName
{
background-color: #755C00;
}
.BgClassName
{
background-color: #755C00;
}
</style>
border-color css
<style>
span { border-color: #755C00; }
span { border-color: rgb(117,92,0); }
td.TdClassName
{
border-color: #755C00;
}
.TagClassName
{
border-color: #755C00;
}
</style>