Shades of Raw Umber #5C410B
Tints of Raw Umber #5C410B
RGB
CMYK
RGB Variations
Color information
#5C410B (or 0x5C410B) is known color: Raw Umber. HEX triplet: 5C, 41 and 0B. RGB value is (92,65,11). Sum of RGB (Red+Green+Blue) = 92+65+11=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C410B is #A3BEF4. Grayscale: #434343. Windows color (decimal): -10731253 or 737628. OLE color: 737628.
HSL color Cylindrical-coordinate representation of color #5C410B: hue angle of 40º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C410B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 11 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.64 |
| HSL | 40º | 0.79% | 0.2% | - |
| HSV(B) | 40º | 0.88% | 0.36% | - |
| XYZ | 6.36 | 6.08 | 1.15 | - |
| YUV | 66.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 11 | 0 | 0.29 | 0.88 | 0.64 | 40 | 0.79 | 0.2 |
| Hex | 5C | 41 | B | 0 | 1D | 58 | 40 | 28 | 4F | 14 |
| Octal | 134 | 101 | 13 | 0 | 35 | 130 | 100 | 50 | 117 | 24 |
| Binary | 1011100 | 1000001 | 1011 | 0 | 11101 | 1011000 | 1000000 | 101000 | 1001111 | 10100 |
Color Harmonies of #5C410B
Complementary color
Monochromatic Colors of #5C410B
Black with #5C410B
Text Example
Text Example
White with #5C410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C410B; }
p { color: rgb(92,65,11); }
H1.HeaderClassName
{
color: #5C410B;
}
.AnyTagClassName
{
color: #5C410B;
}
</style>
background-color css
<style>
a { background-color: #5C410B; }
a { background-color: rgb(92,65,11); }
div.DivClassName
{
background-color: #5C410B;
}
.BgClassName
{
background-color: #5C410B;
}
</style>
border-color css
<style>
span { border-color: #5C410B; }
span { border-color: rgb(92,65,11); }
td.TdClassName
{
border-color: #5C410B;
}
.TagClassName
{
border-color: #5C410B;
}
</style>