Shades of Raw Umber #5C4002
Tints of Raw Umber #5C4002
RGB
CMYK
RGB Variations
Color information
#5C4002 (or 0x5C4002) is known color: Raw Umber. HEX triplet: 5C, 40 and 02. RGB value is (92,64,2). Sum of RGB (Red+Green+Blue) = 92+64+2=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4002 is #A3BFFD. Grayscale: #414141. Windows color (decimal): -10731518 or 147548. OLE color: 147548.
HSL color Cylindrical-coordinate representation of color #5C4002: hue angle of 41.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C4002 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.64 |
| HSL | 41.33º | 0.96% | 0.18% | - |
| HSV(B) | 41.33º | 0.98% | 0.36% | - |
| XYZ | 6.26 | 5.95 | 0.88 | - |
| YUV | 65.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 2 | 0 | 0.30 | 0.98 | 0.64 | 41.33 | 0.96 | 0.18 |
| Hex | 5C | 40 | 2 | 0 | 1E | 62 | 40 | 29 | 60 | 12 |
| Octal | 134 | 100 | 2 | 0 | 36 | 142 | 100 | 51 | 140 | 22 |
| Binary | 1011100 | 1000000 | 10 | 0 | 11110 | 1100010 | 1000000 | 101001 | 1100000 | 10010 |
Color Harmonies of #5C4002
Complementary color
Monochromatic Colors of #5C4002
Black with #5C4002
Text Example
Text Example
White with #5C4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4002; }
p { color: rgb(92,64,2); }
H1.HeaderClassName
{
color: #5C4002;
}
.AnyTagClassName
{
color: #5C4002;
}
</style>
background-color css
<style>
a { background-color: #5C4002; }
a { background-color: rgb(92,64,2); }
div.DivClassName
{
background-color: #5C4002;
}
.BgClassName
{
background-color: #5C4002;
}
</style>
border-color css
<style>
span { border-color: #5C4002; }
span { border-color: rgb(92,64,2); }
td.TdClassName
{
border-color: #5C4002;
}
.TagClassName
{
border-color: #5C4002;
}
</style>