Shades of Raw Umber #5C400B
Tints of Raw Umber #5C400B
RGB
CMYK
RGB Variations
Color information
#5C400B (or 0x5C400B) is known color: Raw Umber. HEX triplet: 5C, 40 and 0B. RGB value is (92,64,11). Sum of RGB (Red+Green+Blue) = 92+64+11=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C400B is #A3BFF4. Grayscale: #424242. Windows color (decimal): -10731509 or 737372. OLE color: 737372.
HSL color Cylindrical-coordinate representation of color #5C400B: hue angle of 39.26º 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 #5C400B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 11 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.64 |
| HSL | 39.26º | 0.79% | 0.2% | - |
| HSV(B) | 39.26º | 0.88% | 0.36% | - |
| XYZ | 6.31 | 5.97 | 1.14 | - |
| YUV | 66.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 11 | 0 | 0.30 | 0.88 | 0.64 | 39.26 | 0.79 | 0.2 |
| Hex | 5C | 40 | B | 0 | 1E | 58 | 40 | 27 | 4F | 14 |
| Octal | 134 | 100 | 13 | 0 | 36 | 130 | 100 | 47 | 117 | 24 |
| Binary | 1011100 | 1000000 | 1011 | 0 | 11110 | 1011000 | 1000000 | 100111 | 1001111 | 10100 |
Color Harmonies of #5C400B
Complementary color
Monochromatic Colors of #5C400B
Black with #5C400B
Text Example
Text Example
White with #5C400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C400B; }
p { color: rgb(92,64,11); }
H1.HeaderClassName
{
color: #5C400B;
}
.AnyTagClassName
{
color: #5C400B;
}
</style>
background-color css
<style>
a { background-color: #5C400B; }
a { background-color: rgb(92,64,11); }
div.DivClassName
{
background-color: #5C400B;
}
.BgClassName
{
background-color: #5C400B;
}
</style>
border-color css
<style>
span { border-color: #5C400B; }
span { border-color: rgb(92,64,11); }
td.TdClassName
{
border-color: #5C400B;
}
.TagClassName
{
border-color: #5C400B;
}
</style>