Shades of Raw Umber #5C4308
Tints of Raw Umber #5C4308
RGB
CMYK
RGB Variations
Color information
#5C4308 (or 0x5C4308) is known color: Raw Umber. HEX triplet: 5C, 43 and 08. RGB value is (92,67,8). Sum of RGB (Red+Green+Blue) = 92+67+8=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4308 is #A3BCF7. Grayscale: #444444. Windows color (decimal): -10730744 or 541532. OLE color: 541532.
HSL color Cylindrical-coordinate representation of color #5C4308: hue angle of 42.14º 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 #5C4308 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 8 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.64 |
| HSL | 42.14º | 0.84% | 0.2% | - |
| HSV(B) | 42.14º | 0.91% | 0.36% | - |
| XYZ | 6.46 | 6.31 | 1.11 | - |
| YUV | 67.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 8 | 0 | 0.27 | 0.91 | 0.64 | 42.14 | 0.84 | 0.2 |
| Hex | 5C | 43 | 8 | 0 | 1B | 5B | 40 | 2A | 54 | 14 |
| Octal | 134 | 103 | 10 | 0 | 33 | 133 | 100 | 52 | 124 | 24 |
| Binary | 1011100 | 1000011 | 1000 | 0 | 11011 | 1011011 | 1000000 | 101010 | 1010100 | 10100 |
Color Harmonies of #5C4308
Complementary color
Monochromatic Colors of #5C4308
Black with #5C4308
Text Example
Text Example
White with #5C4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4308; }
p { color: rgb(92,67,8); }
H1.HeaderClassName
{
color: #5C4308;
}
.AnyTagClassName
{
color: #5C4308;
}
</style>
background-color css
<style>
a { background-color: #5C4308; }
a { background-color: rgb(92,67,8); }
div.DivClassName
{
background-color: #5C4308;
}
.BgClassName
{
background-color: #5C4308;
}
</style>
border-color css
<style>
span { border-color: #5C4308; }
span { border-color: rgb(92,67,8); }
td.TdClassName
{
border-color: #5C4308;
}
.TagClassName
{
border-color: #5C4308;
}
</style>