Shades of Raw Umber #5C440A
Tints of Raw Umber #5C440A
RGB
CMYK
RGB Variations
Color information
#5C440A (or 0x5C440A) is known color: Raw Umber. HEX triplet: 5C, 44 and 0A. RGB value is (92,68,10). Sum of RGB (Red+Green+Blue) = 92+68+10=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C440A is #A3BBF5. Grayscale: #444444. Windows color (decimal): -10730486 or 672860. OLE color: 672860.
HSL color Cylindrical-coordinate representation of color #5C440A: hue angle of 42.44º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C440A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 10 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.64 |
| HSL | 42.44º | 0.8% | 0.2% | - |
| HSV(B) | 42.44º | 0.89% | 0.36% | - |
| XYZ | 6.54 | 6.43 | 1.18 | - |
| YUV | 68.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 10 | 0 | 0.26 | 0.89 | 0.64 | 42.44 | 0.8 | 0.2 |
| Hex | 5C | 44 | A | 0 | 1A | 59 | 40 | 2A | 50 | 14 |
| Octal | 134 | 104 | 12 | 0 | 32 | 131 | 100 | 52 | 120 | 24 |
| Binary | 1011100 | 1000100 | 1010 | 0 | 11010 | 1011001 | 1000000 | 101010 | 1010000 | 10100 |
Color Harmonies of #5C440A
Complementary color
Monochromatic Colors of #5C440A
Black with #5C440A
Text Example
Text Example
White with #5C440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C440A; }
p { color: rgb(92,68,10); }
H1.HeaderClassName
{
color: #5C440A;
}
.AnyTagClassName
{
color: #5C440A;
}
</style>
background-color css
<style>
a { background-color: #5C440A; }
a { background-color: rgb(92,68,10); }
div.DivClassName
{
background-color: #5C440A;
}
.BgClassName
{
background-color: #5C440A;
}
</style>
border-color css
<style>
span { border-color: #5C440A; }
span { border-color: rgb(92,68,10); }
td.TdClassName
{
border-color: #5C440A;
}
.TagClassName
{
border-color: #5C440A;
}
</style>