Shades of Raw Umber #753E08
Tints of Raw Umber #753E08
RGB
CMYK
RGB Variations
Color information
#753E08 (or 0x753E08) is known color: Raw Umber. HEX triplet: 75, 3E and 08. RGB value is (117,62,8). Sum of RGB (Red+Green+Blue) = 117+62+8=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E08 is #8AC1F7. Grayscale: #484848. Windows color (decimal): -9093624 or 540277. OLE color: 540277.
HSL color Cylindrical-coordinate representation of color #753E08: hue angle of 29.72º 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 #753E08 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 8 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.54 |
| HSL | 29.72º | 0.87% | 0.25% | - |
| HSV(B) | 29.72º | 0.93% | 0.46% | - |
| XYZ | 9.1 | 7.24 | 1.15 | - |
| YUV | 72.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 8 | 0 | 0.47 | 0.93 | 0.54 | 29.72 | 0.87 | 0.25 |
| Hex | 75 | 3E | 8 | 0 | 2F | 5D | 36 | 1E | 57 | 19 |
| Octal | 165 | 76 | 10 | 0 | 57 | 135 | 66 | 36 | 127 | 31 |
| Binary | 1110101 | 111110 | 1000 | 0 | 101111 | 1011101 | 110110 | 11110 | 1010111 | 11001 |
Color Harmonies of #753E08
Complementary color
Monochromatic Colors of #753E08
Black with #753E08
Text Example
Text Example
White with #753E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E08; }
p { color: rgb(117,62,8); }
H1.HeaderClassName
{
color: #753E08;
}
.AnyTagClassName
{
color: #753E08;
}
</style>
background-color css
<style>
a { background-color: #753E08; }
a { background-color: rgb(117,62,8); }
div.DivClassName
{
background-color: #753E08;
}
.BgClassName
{
background-color: #753E08;
}
</style>
border-color css
<style>
span { border-color: #753E08; }
span { border-color: rgb(117,62,8); }
td.TdClassName
{
border-color: #753E08;
}
.TagClassName
{
border-color: #753E08;
}
</style>