Shades of Raw Umber #753600
Tints of Raw Umber #753600
RGB
CMYK
RGB Variations
Color information
#753600 (or 0x753600) is known color: Raw Umber. HEX triplet: 75, 36 and 00. RGB value is (117,54,0). Sum of RGB (Red+Green+Blue) = 117+54+0=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #753600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753600 is #8AC9FF. Grayscale: #424242. Windows color (decimal): -9095680 or 13941. OLE color: 13941.
HSL color Cylindrical-coordinate representation of color #753600: hue angle of 27.69º 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 #753600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.54 |
| HSL | 27.69º | 1% | 0.23% | - |
| HSV(B) | 27.69º | 1% | 0.46% | - |
| XYZ | 8.66 | 6.42 | 0.78 | - |
| YUV | 66.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 0 | 0 | 0.54 | 1 | 0.54 | 27.69 | 1 | 0.23 |
| Hex | 75 | 36 | 0 | 0 | 36 | 64 | 36 | 1C | 64 | 17 |
| Octal | 165 | 66 | 0 | 0 | 66 | 144 | 66 | 34 | 144 | 27 |
| Binary | 1110101 | 110110 | 0 | 0 | 110110 | 1100100 | 110110 | 11100 | 1100100 | 10111 |
Color Harmonies of #753600
Complementary color
Monochromatic Colors of #753600
Black with #753600
Text Example
Text Example
White with #753600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753600; }
p { color: rgb(117,54,0); }
H1.HeaderClassName
{
color: #753600;
}
.AnyTagClassName
{
color: #753600;
}
</style>
background-color css
<style>
a { background-color: #753600; }
a { background-color: rgb(117,54,0); }
div.DivClassName
{
background-color: #753600;
}
.BgClassName
{
background-color: #753600;
}
</style>
border-color css
<style>
span { border-color: #753600; }
span { border-color: rgb(117,54,0); }
td.TdClassName
{
border-color: #753600;
}
.TagClassName
{
border-color: #753600;
}
</style>