Shades of Raw Umber #5F400D
Tints of Raw Umber #5F400D
RGB
CMYK
RGB Variations
Color information
#5F400D (or 0x5F400D) is known color: Raw Umber. HEX triplet: 5F, 40 and 0D. RGB value is (95,64,13). Sum of RGB (Red+Green+Blue) = 95+64+13=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F400D is #A0BFF2. Grayscale: #434343. Windows color (decimal): -10534899 or 868447. OLE color: 868447.
HSL color Cylindrical-coordinate representation of color #5F400D: hue angle of 37.32º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F400D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 13 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.63 |
| HSL | 37.32º | 0.76% | 0.21% | - |
| HSV(B) | 37.32º | 0.86% | 0.37% | - |
| XYZ | 6.63 | 6.13 | 1.21 | - |
| YUV | 67.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 13 | 0 | 0.33 | 0.86 | 0.63 | 37.32 | 0.76 | 0.21 |
| Hex | 5F | 40 | D | 0 | 21 | 56 | 3F | 25 | 4C | 15 |
| Octal | 137 | 100 | 15 | 0 | 41 | 126 | 77 | 45 | 114 | 25 |
| Binary | 1011111 | 1000000 | 1101 | 0 | 100001 | 1010110 | 111111 | 100101 | 1001100 | 10101 |
Color Harmonies of #5F400D
Complementary color
Monochromatic Colors of #5F400D
Black with #5F400D
Text Example
Text Example
White with #5F400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F400D; }
p { color: rgb(95,64,13); }
H1.HeaderClassName
{
color: #5F400D;
}
.AnyTagClassName
{
color: #5F400D;
}
</style>
background-color css
<style>
a { background-color: #5F400D; }
a { background-color: rgb(95,64,13); }
div.DivClassName
{
background-color: #5F400D;
}
.BgClassName
{
background-color: #5F400D;
}
</style>
border-color css
<style>
span { border-color: #5F400D; }
span { border-color: rgb(95,64,13); }
td.TdClassName
{
border-color: #5F400D;
}
.TagClassName
{
border-color: #5F400D;
}
</style>