Shades of Raw Umber #753C08
Tints of Raw Umber #753C08
RGB
CMYK
RGB Variations
Color information
#753C08 (or 0x753C08) is known color: Raw Umber. HEX triplet: 75, 3C and 08. RGB value is (117,60,8). Sum of RGB (Red+Green+Blue) = 117+60+8=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C08 is #8AC3F7. Grayscale: #474747. Windows color (decimal): -9094136 or 539765. OLE color: 539765.
HSL color Cylindrical-coordinate representation of color #753C08: hue angle of 28.62º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #753C08 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 8 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.54 |
| HSL | 28.62º | 0.87% | 0.25% | - |
| HSV(B) | 28.62º | 0.93% | 0.46% | - |
| XYZ | 9 | 7.03 | 1.11 | - |
| YUV | 71.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 8 | 0 | 0.49 | 0.93 | 0.54 | 28.62 | 0.87 | 0.25 |
| Hex | 75 | 3C | 8 | 0 | 31 | 5D | 36 | 1D | 57 | 19 |
| Octal | 165 | 74 | 10 | 0 | 61 | 135 | 66 | 35 | 127 | 31 |
| Binary | 1110101 | 111100 | 1000 | 0 | 110001 | 1011101 | 110110 | 11101 | 1010111 | 11001 |
Color Harmonies of #753C08
Complementary color
Monochromatic Colors of #753C08
Black with #753C08
Text Example
Text Example
White with #753C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C08; }
p { color: rgb(117,60,8); }
H1.HeaderClassName
{
color: #753C08;
}
.AnyTagClassName
{
color: #753C08;
}
</style>
background-color css
<style>
a { background-color: #753C08; }
a { background-color: rgb(117,60,8); }
div.DivClassName
{
background-color: #753C08;
}
.BgClassName
{
background-color: #753C08;
}
</style>
border-color css
<style>
span { border-color: #753C08; }
span { border-color: rgb(117,60,8); }
td.TdClassName
{
border-color: #753C08;
}
.TagClassName
{
border-color: #753C08;
}
</style>