Shades of Raw Umber #755300
Tints of Raw Umber #755300
RGB
CMYK
RGB Variations
Color information
#755300 (or 0x755300) is known color: Raw Umber. HEX triplet: 75, 53 and 00. RGB value is (117,83,0). Sum of RGB (Red+Green+Blue) = 117+83+0=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #755300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755300 is #8AACFF. Grayscale: #545454. Windows color (decimal): -9088256 or 21365. OLE color: 21365.
HSL color Cylindrical-coordinate representation of color #755300: hue angle of 42.56º 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 #755300 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.54 |
| HSL | 42.56º | 1% | 0.23% | - |
| HSV(B) | 42.56º | 1% | 0.46% | - |
| XYZ | 10.43 | 9.97 | 1.37 | - |
| YUV | 83.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 0 | 0 | 0.29 | 1 | 0.54 | 42.56 | 1 | 0.23 |
| Hex | 75 | 53 | 0 | 0 | 1D | 64 | 36 | 2B | 64 | 17 |
| Octal | 165 | 123 | 0 | 0 | 35 | 144 | 66 | 53 | 144 | 27 |
| Binary | 1110101 | 1010011 | 0 | 0 | 11101 | 1100100 | 110110 | 101011 | 1100100 | 10111 |
Color Harmonies of #755300
Complementary color
Monochromatic Colors of #755300
Black with #755300
Text Example
Text Example
White with #755300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755300; }
p { color: rgb(117,83,0); }
H1.HeaderClassName
{
color: #755300;
}
.AnyTagClassName
{
color: #755300;
}
</style>
background-color css
<style>
a { background-color: #755300; }
a { background-color: rgb(117,83,0); }
div.DivClassName
{
background-color: #755300;
}
.BgClassName
{
background-color: #755300;
}
</style>
border-color css
<style>
span { border-color: #755300; }
span { border-color: rgb(117,83,0); }
td.TdClassName
{
border-color: #755300;
}
.TagClassName
{
border-color: #755300;
}
</style>