Shades of Raw Umber #755D01
Tints of Raw Umber #755D01
RGB
CMYK
RGB Variations
Color information
#755D01 (or 0x755D01) is known color: Raw Umber. HEX triplet: 75, 5D and 01. RGB value is (117,93,1). Sum of RGB (Red+Green+Blue) = 117+93+1=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D01 is #8AA2FE. Grayscale: #5A5A5A. Windows color (decimal): -9085695 or 89461. OLE color: 89461.
HSL color Cylindrical-coordinate representation of color #755D01: hue angle of 47.59º 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 #755D01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.54 |
| HSL | 47.59º | 0.98% | 0.23% | - |
| HSV(B) | 47.59º | 0.99% | 0.46% | - |
| XYZ | 11.26 | 11.61 | 1.68 | - |
| YUV | 89.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 1 | 0 | 0.21 | 0.99 | 0.54 | 47.59 | 0.98 | 0.23 |
| Hex | 75 | 5D | 1 | 0 | 15 | 63 | 36 | 30 | 62 | 17 |
| Octal | 165 | 135 | 1 | 0 | 25 | 143 | 66 | 60 | 142 | 27 |
| Binary | 1110101 | 1011101 | 1 | 0 | 10101 | 1100011 | 110110 | 110000 | 1100010 | 10111 |
Color Harmonies of #755D01
Complementary color
Monochromatic Colors of #755D01
Black with #755D01
Text Example
Text Example
White with #755D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D01; }
p { color: rgb(117,93,1); }
H1.HeaderClassName
{
color: #755D01;
}
.AnyTagClassName
{
color: #755D01;
}
</style>
background-color css
<style>
a { background-color: #755D01; }
a { background-color: rgb(117,93,1); }
div.DivClassName
{
background-color: #755D01;
}
.BgClassName
{
background-color: #755D01;
}
</style>
border-color css
<style>
span { border-color: #755D01; }
span { border-color: rgb(117,93,1); }
td.TdClassName
{
border-color: #755D01;
}
.TagClassName
{
border-color: #755D01;
}
</style>