Shades of Raw Umber #5D460C
Tints of Raw Umber #5D460C
RGB
CMYK
RGB Variations
Color information
#5D460C (or 0x5D460C) is known color: Raw Umber. HEX triplet: 5D, 46 and 0C. RGB value is (93,70,12). Sum of RGB (Red+Green+Blue) = 93+70+12=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D460C is #A2B9F3. Grayscale: #464646. Windows color (decimal): -10664436 or 804445. OLE color: 804445.
HSL color Cylindrical-coordinate representation of color #5D460C: hue angle of 42.96º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D460C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 12 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.64 |
| HSL | 42.96º | 0.77% | 0.21% | - |
| HSV(B) | 42.96º | 0.87% | 0.36% | - |
| XYZ | 6.77 | 6.73 | 1.29 | - |
| YUV | 70.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 12 | 0 | 0.25 | 0.87 | 0.64 | 42.96 | 0.77 | 0.21 |
| Hex | 5D | 46 | C | 0 | 19 | 57 | 40 | 2B | 4D | 15 |
| Octal | 135 | 106 | 14 | 0 | 31 | 127 | 100 | 53 | 115 | 25 |
| Binary | 1011101 | 1000110 | 1100 | 0 | 11001 | 1010111 | 1000000 | 101011 | 1001101 | 10101 |
Color Harmonies of #5D460C
Complementary color
Monochromatic Colors of #5D460C
Black with #5D460C
Text Example
Text Example
White with #5D460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D460C; }
p { color: rgb(93,70,12); }
H1.HeaderClassName
{
color: #5D460C;
}
.AnyTagClassName
{
color: #5D460C;
}
</style>
background-color css
<style>
a { background-color: #5D460C; }
a { background-color: rgb(93,70,12); }
div.DivClassName
{
background-color: #5D460C;
}
.BgClassName
{
background-color: #5D460C;
}
</style>
border-color css
<style>
span { border-color: #5D460C; }
span { border-color: rgb(93,70,12); }
td.TdClassName
{
border-color: #5D460C;
}
.TagClassName
{
border-color: #5D460C;
}
</style>