Shades of Raw Umber #755B00
Tints of Raw Umber #755B00
RGB
CMYK
RGB Variations
Color information
#755B00 (or 0x755B00) is known color: Raw Umber. HEX triplet: 75, 5B and 00. RGB value is (117,91,0). Sum of RGB (Red+Green+Blue) = 117+91+0=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #755B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B00 is #8AA4FF. Grayscale: #585858. Windows color (decimal): -9086208 or 23413. OLE color: 23413.
HSL color Cylindrical-coordinate representation of color #755B00: hue angle of 46.67º 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 #755B00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.54 |
| HSL | 46.67º | 1% | 0.23% | - |
| HSV(B) | 46.67º | 1% | 0.46% | - |
| XYZ | 11.08 | 11.26 | 1.59 | - |
| YUV | 88.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 0 | 0 | 0.22 | 1 | 0.54 | 46.67 | 1 | 0.23 |
| Hex | 75 | 5B | 0 | 0 | 16 | 64 | 36 | 2F | 64 | 17 |
| Octal | 165 | 133 | 0 | 0 | 26 | 144 | 66 | 57 | 144 | 27 |
| Binary | 1110101 | 1011011 | 0 | 0 | 10110 | 1100100 | 110110 | 101111 | 1100100 | 10111 |
Color Harmonies of #755B00
Complementary color
Monochromatic Colors of #755B00
Black with #755B00
Text Example
Text Example
White with #755B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B00; }
p { color: rgb(117,91,0); }
H1.HeaderClassName
{
color: #755B00;
}
.AnyTagClassName
{
color: #755B00;
}
</style>
background-color css
<style>
a { background-color: #755B00; }
a { background-color: rgb(117,91,0); }
div.DivClassName
{
background-color: #755B00;
}
.BgClassName
{
background-color: #755B00;
}
</style>
border-color css
<style>
span { border-color: #755B00; }
span { border-color: rgb(117,91,0); }
td.TdClassName
{
border-color: #755B00;
}
.TagClassName
{
border-color: #755B00;
}
</style>