Shades of Raw Umber #753D00
Tints of Raw Umber #753D00
RGB
CMYK
RGB Variations
Color information
#753D00 (or 0x753D00) is known color: Raw Umber. HEX triplet: 75, 3D and 00. RGB value is (117,61,0). Sum of RGB (Red+Green+Blue) = 117+61+0=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #753D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D00 is #8AC2FF. Grayscale: #474747. Windows color (decimal): -9093888 or 15733. OLE color: 15733.
HSL color Cylindrical-coordinate representation of color #753D00: hue angle of 31.28º 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 #753D00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.54 |
| HSL | 31.28º | 1% | 0.23% | - |
| HSV(B) | 31.28º | 1% | 0.46% | - |
| XYZ | 9 | 7.12 | 0.9 | - |
| YUV | 70.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 0 | 0 | 0.48 | 1 | 0.54 | 31.28 | 1 | 0.23 |
| Hex | 75 | 3D | 0 | 0 | 30 | 64 | 36 | 1F | 64 | 17 |
| Octal | 165 | 75 | 0 | 0 | 60 | 144 | 66 | 37 | 144 | 27 |
| Binary | 1110101 | 111101 | 0 | 0 | 110000 | 1100100 | 110110 | 11111 | 1100100 | 10111 |
Color Harmonies of #753D00
Complementary color
Monochromatic Colors of #753D00
Black with #753D00
Text Example
Text Example
White with #753D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D00; }
p { color: rgb(117,61,0); }
H1.HeaderClassName
{
color: #753D00;
}
.AnyTagClassName
{
color: #753D00;
}
</style>
background-color css
<style>
a { background-color: #753D00; }
a { background-color: rgb(117,61,0); }
div.DivClassName
{
background-color: #753D00;
}
.BgClassName
{
background-color: #753D00;
}
</style>
border-color css
<style>
span { border-color: #753D00; }
span { border-color: rgb(117,61,0); }
td.TdClassName
{
border-color: #753D00;
}
.TagClassName
{
border-color: #753D00;
}
</style>