Shades of Raw Umber #5C4408
Tints of Raw Umber #5C4408
RGB
CMYK
RGB Variations
Color information
#5C4408 (or 0x5C4408) is known color: Raw Umber. HEX triplet: 5C, 44 and 08. RGB value is (92,68,8). Sum of RGB (Red+Green+Blue) = 92+68+8=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4408 is #A3BBF7. Grayscale: #444444. Windows color (decimal): -10730488 or 541788. OLE color: 541788.
HSL color Cylindrical-coordinate representation of color #5C4408: hue angle of 42.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C4408 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 8 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.64 |
| HSL | 42.86º | 0.84% | 0.2% | - |
| HSV(B) | 42.86º | 0.91% | 0.36% | - |
| XYZ | 6.52 | 6.43 | 1.13 | - |
| YUV | 68.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 8 | 0 | 0.26 | 0.91 | 0.64 | 42.86 | 0.84 | 0.2 |
| Hex | 5C | 44 | 8 | 0 | 1A | 5B | 40 | 2B | 54 | 14 |
| Octal | 134 | 104 | 10 | 0 | 32 | 133 | 100 | 53 | 124 | 24 |
| Binary | 1011100 | 1000100 | 1000 | 0 | 11010 | 1011011 | 1000000 | 101011 | 1010100 | 10100 |
Color Harmonies of #5C4408
Complementary color
Monochromatic Colors of #5C4408
Black with #5C4408
Text Example
Text Example
White with #5C4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4408; }
p { color: rgb(92,68,8); }
H1.HeaderClassName
{
color: #5C4408;
}
.AnyTagClassName
{
color: #5C4408;
}
</style>
background-color css
<style>
a { background-color: #5C4408; }
a { background-color: rgb(92,68,8); }
div.DivClassName
{
background-color: #5C4408;
}
.BgClassName
{
background-color: #5C4408;
}
</style>
border-color css
<style>
span { border-color: #5C4408; }
span { border-color: rgb(92,68,8); }
td.TdClassName
{
border-color: #5C4408;
}
.TagClassName
{
border-color: #5C4408;
}
</style>