Shades of Raw Umber #753D05
Tints of Raw Umber #753D05
RGB
CMYK
RGB Variations
Color information
#753D05 (or 0x753D05) is known color: Raw Umber. HEX triplet: 75, 3D and 05. RGB value is (117,61,5). Sum of RGB (Red+Green+Blue) = 117+61+5=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #753D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D05 is #8AC2FA. Grayscale: #474747. Windows color (decimal): -9093883 or 343413. OLE color: 343413.
HSL color Cylindrical-coordinate representation of color #753D05: hue angle of 30º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #753D05 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 5 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.54 |
| HSL | 30º | 0.92% | 0.24% | - |
| HSV(B) | 30º | 0.96% | 0.46% | - |
| XYZ | 9.03 | 7.13 | 1.04 | - |
| YUV | 71.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 5 | 0 | 0.48 | 0.96 | 0.54 | 30 | 0.92 | 0.24 |
| Hex | 75 | 3D | 5 | 0 | 30 | 60 | 36 | 1E | 5C | 18 |
| Octal | 165 | 75 | 5 | 0 | 60 | 140 | 66 | 36 | 134 | 30 |
| Binary | 1110101 | 111101 | 101 | 0 | 110000 | 1100000 | 110110 | 11110 | 1011100 | 11000 |
Color Harmonies of #753D05
Complementary color
Monochromatic Colors of #753D05
Black with #753D05
Text Example
Text Example
White with #753D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D05; }
p { color: rgb(117,61,5); }
H1.HeaderClassName
{
color: #753D05;
}
.AnyTagClassName
{
color: #753D05;
}
</style>
background-color css
<style>
a { background-color: #753D05; }
a { background-color: rgb(117,61,5); }
div.DivClassName
{
background-color: #753D05;
}
.BgClassName
{
background-color: #753D05;
}
</style>
border-color css
<style>
span { border-color: #753D05; }
span { border-color: rgb(117,61,5); }
td.TdClassName
{
border-color: #753D05;
}
.TagClassName
{
border-color: #753D05;
}
</style>