Shades of Raw Umber #755C01
Tints of Raw Umber #755C01
RGB
CMYK
RGB Variations
Color information
#755C01 (or 0x755C01) is known color: Raw Umber. HEX triplet: 75, 5C and 01. RGB value is (117,92,1). Sum of RGB (Red+Green+Blue) = 117+92+1=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C01 is #8AA3FE. Grayscale: #595959. Windows color (decimal): -9085951 or 89205. OLE color: 89205.
HSL color Cylindrical-coordinate representation of color #755C01: hue angle of 47.07º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #755C01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.54 |
| HSL | 47.07º | 0.98% | 0.23% | - |
| HSV(B) | 47.07º | 0.99% | 0.46% | - |
| XYZ | 11.17 | 11.44 | 1.65 | - |
| YUV | 89.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 1 | 0 | 0.21 | 0.99 | 0.54 | 47.07 | 0.98 | 0.23 |
| Hex | 75 | 5C | 1 | 0 | 15 | 63 | 36 | 2F | 62 | 17 |
| Octal | 165 | 134 | 1 | 0 | 25 | 143 | 66 | 57 | 142 | 27 |
| Binary | 1110101 | 1011100 | 1 | 0 | 10101 | 1100011 | 110110 | 101111 | 1100010 | 10111 |
Color Harmonies of #755C01
Complementary color
Monochromatic Colors of #755C01
Black with #755C01
Text Example
Text Example
White with #755C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C01; }
p { color: rgb(117,92,1); }
H1.HeaderClassName
{
color: #755C01;
}
.AnyTagClassName
{
color: #755C01;
}
</style>
background-color css
<style>
a { background-color: #755C01; }
a { background-color: rgb(117,92,1); }
div.DivClassName
{
background-color: #755C01;
}
.BgClassName
{
background-color: #755C01;
}
</style>
border-color css
<style>
span { border-color: #755C01; }
span { border-color: rgb(117,92,1); }
td.TdClassName
{
border-color: #755C01;
}
.TagClassName
{
border-color: #755C01;
}
</style>