Shades of Raw Umber #5D4509
Tints of Raw Umber #5D4509
RGB
CMYK
RGB Variations
Color information
#5D4509 (or 0x5D4509) is known color: Raw Umber. HEX triplet: 5D, 45 and 09. RGB value is (93,69,9). Sum of RGB (Red+Green+Blue) = 93+69+9=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4509 is #A2BAF6. Grayscale: #454545. Windows color (decimal): -10664695 or 607581. OLE color: 607581.
HSL color Cylindrical-coordinate representation of color #5D4509: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D4509 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 9 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.64 |
| HSL | 42.86º | 0.82% | 0.2% | - |
| HSV(B) | 42.86º | 0.9% | 0.36% | - |
| XYZ | 6.69 | 6.6 | 1.18 | - |
| YUV | 69.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 9 | 0 | 0.26 | 0.90 | 0.64 | 42.86 | 0.82 | 0.2 |
| Hex | 5D | 45 | 9 | 0 | 1A | 5A | 40 | 2B | 52 | 14 |
| Octal | 135 | 105 | 11 | 0 | 32 | 132 | 100 | 53 | 122 | 24 |
| Binary | 1011101 | 1000101 | 1001 | 0 | 11010 | 1011010 | 1000000 | 101011 | 1010010 | 10100 |
Color Harmonies of #5D4509
Complementary color
Monochromatic Colors of #5D4509
Black with #5D4509
Text Example
Text Example
White with #5D4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4509; }
p { color: rgb(93,69,9); }
H1.HeaderClassName
{
color: #5D4509;
}
.AnyTagClassName
{
color: #5D4509;
}
</style>
background-color css
<style>
a { background-color: #5D4509; }
a { background-color: rgb(93,69,9); }
div.DivClassName
{
background-color: #5D4509;
}
.BgClassName
{
background-color: #5D4509;
}
</style>
border-color css
<style>
span { border-color: #5D4509; }
span { border-color: rgb(93,69,9); }
td.TdClassName
{
border-color: #5D4509;
}
.TagClassName
{
border-color: #5D4509;
}
</style>