Shades of Log Cabin #404931
Tints of Log Cabin #404931
RGB
CMYK
RGB Variations
Color information
#404931 (or 0x404931) is known color: Log Cabin. HEX triplet: 40, 49 and 31. RGB value is (64,73,49). Sum of RGB (Red+Green+Blue) = 64+73+49=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #404931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404931 is #BFB6CE. Grayscale: #434343. Windows color (decimal): -12564175 or 3230016. OLE color: 3230016.
HSL color Cylindrical-coordinate representation of color #404931: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404931 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 49 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.71 |
| HSL | 82.5º | 0.2% | 0.24% | - |
| HSV(B) | 82.5º | 0.33% | 0.29% | - |
| XYZ | 5.05 | 6.08 | 3.81 | - |
| YUV | 67.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 49 | 0.12 | 0 | 0.33 | 0.71 | 82.5 | 0.2 | 0.24 |
| Hex | 40 | 49 | 31 | C | 0 | 21 | 47 | 52 | 14 | 18 |
| Octal | 100 | 111 | 61 | 14 | 0 | 41 | 107 | 122 | 24 | 30 |
| Binary | 1000000 | 1001001 | 110001 | 1100 | 0 | 100001 | 1000111 | 1010010 | 10100 | 11000 |
Color Harmonies of #404931
Complementary color
Monochromatic Colors of #404931
Black with #404931
Text Example
Text Example
White with #404931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404931; }
p { color: rgb(64,73,49); }
H1.HeaderClassName
{
color: #404931;
}
.AnyTagClassName
{
color: #404931;
}
</style>
background-color css
<style>
a { background-color: #404931; }
a { background-color: rgb(64,73,49); }
div.DivClassName
{
background-color: #404931;
}
.BgClassName
{
background-color: #404931;
}
</style>
border-color css
<style>
span { border-color: #404931; }
span { border-color: rgb(64,73,49); }
td.TdClassName
{
border-color: #404931;
}
.TagClassName
{
border-color: #404931;
}
</style>