Shades of Raw Umber #754D06
Tints of Raw Umber #754D06
RGB
CMYK
RGB Variations
Color information
#754D06 (or 0x754D06) is known color: Raw Umber. HEX triplet: 75, 4D and 06. RGB value is (117,77,6). Sum of RGB (Red+Green+Blue) = 117+77+6=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D06 is #8AB2F9. Grayscale: #515151. Windows color (decimal): -9089786 or 413045. OLE color: 413045.
HSL color Cylindrical-coordinate representation of color #754D06: hue angle of 38.38º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #754D06 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 6 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.54 |
| HSL | 38.38º | 0.9% | 0.24% | - |
| HSV(B) | 38.38º | 0.95% | 0.46% | - |
| XYZ | 10.02 | 9.1 | 1.4 | - |
| YUV | 80.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 6 | 0 | 0.34 | 0.95 | 0.54 | 38.38 | 0.9 | 0.24 |
| Hex | 75 | 4D | 6 | 0 | 22 | 5F | 36 | 26 | 5A | 18 |
| Octal | 165 | 115 | 6 | 0 | 42 | 137 | 66 | 46 | 132 | 30 |
| Binary | 1110101 | 1001101 | 110 | 0 | 100010 | 1011111 | 110110 | 100110 | 1011010 | 11000 |
Color Harmonies of #754D06
Complementary color
Monochromatic Colors of #754D06
Black with #754D06
Text Example
Text Example
White with #754D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D06; }
p { color: rgb(117,77,6); }
H1.HeaderClassName
{
color: #754D06;
}
.AnyTagClassName
{
color: #754D06;
}
</style>
background-color css
<style>
a { background-color: #754D06; }
a { background-color: rgb(117,77,6); }
div.DivClassName
{
background-color: #754D06;
}
.BgClassName
{
background-color: #754D06;
}
</style>
border-color css
<style>
span { border-color: #754D06; }
span { border-color: rgb(117,77,6); }
td.TdClassName
{
border-color: #754D06;
}
.TagClassName
{
border-color: #754D06;
}
</style>