Shades of Raw Umber #5D450E
Tints of Raw Umber #5D450E
RGB
CMYK
RGB Variations
Color information
#5D450E (or 0x5D450E) is known color: Raw Umber. HEX triplet: 5D, 45 and 0E. RGB value is (93,69,14). Sum of RGB (Red+Green+Blue) = 93+69+14=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D450E is #A2BAF1. Grayscale: #464646. Windows color (decimal): -10664690 or 935261. OLE color: 935261.
HSL color Cylindrical-coordinate representation of color #5D450E: hue angle of 41.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D450E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 14 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.64 |
| HSL | 41.77º | 0.74% | 0.21% | - |
| HSV(B) | 41.77º | 0.85% | 0.36% | - |
| XYZ | 6.72 | 6.62 | 1.34 | - |
| YUV | 69.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 14 | 0 | 0.26 | 0.85 | 0.64 | 41.77 | 0.74 | 0.21 |
| Hex | 5D | 45 | E | 0 | 1A | 55 | 40 | 2A | 4A | 15 |
| Octal | 135 | 105 | 16 | 0 | 32 | 125 | 100 | 52 | 112 | 25 |
| Binary | 1011101 | 1000101 | 1110 | 0 | 11010 | 1010101 | 1000000 | 101010 | 1001010 | 10101 |
Color Harmonies of #5D450E
Complementary color
Monochromatic Colors of #5D450E
Black with #5D450E
Text Example
Text Example
White with #5D450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D450E; }
p { color: rgb(93,69,14); }
H1.HeaderClassName
{
color: #5D450E;
}
.AnyTagClassName
{
color: #5D450E;
}
</style>
background-color css
<style>
a { background-color: #5D450E; }
a { background-color: rgb(93,69,14); }
div.DivClassName
{
background-color: #5D450E;
}
.BgClassName
{
background-color: #5D450E;
}
</style>
border-color css
<style>
span { border-color: #5D450E; }
span { border-color: rgb(93,69,14); }
td.TdClassName
{
border-color: #5D450E;
}
.TagClassName
{
border-color: #5D450E;
}
</style>