Shades of Log Cabin #404831
Tints of Log Cabin #404831
RGB
CMYK
RGB Variations
Color information
#404831 (or 0x404831) is known color: Log Cabin. HEX triplet: 40, 48 and 31. RGB value is (64,72,49). Sum of RGB (Red+Green+Blue) = 64+72+49=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #404831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404831 is #BFB7CE. Grayscale: #434343. Windows color (decimal): -12564431 or 3229760. OLE color: 3229760.
HSL color Cylindrical-coordinate representation of color #404831: hue angle of 80.87º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404831 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 49 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.72 |
| HSL | 80.87º | 0.19% | 0.24% | - |
| HSV(B) | 80.87º | 0.32% | 0.28% | - |
| XYZ | 4.99 | 5.95 | 3.79 | - |
| YUV | 66.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 49 | 0.11 | 0 | 0.32 | 0.72 | 80.87 | 0.19 | 0.24 |
| Hex | 40 | 48 | 31 | B | 0 | 20 | 48 | 51 | 13 | 18 |
| Octal | 100 | 110 | 61 | 13 | 0 | 40 | 110 | 121 | 23 | 30 |
| Binary | 1000000 | 1001000 | 110001 | 1011 | 0 | 100000 | 1001000 | 1010001 | 10011 | 11000 |
Color Harmonies of #404831
Complementary color
Monochromatic Colors of #404831
Black with #404831
Text Example
Text Example
White with #404831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404831; }
p { color: rgb(64,72,49); }
H1.HeaderClassName
{
color: #404831;
}
.AnyTagClassName
{
color: #404831;
}
</style>
background-color css
<style>
a { background-color: #404831; }
a { background-color: rgb(64,72,49); }
div.DivClassName
{
background-color: #404831;
}
.BgClassName
{
background-color: #404831;
}
</style>
border-color css
<style>
span { border-color: #404831; }
span { border-color: rgb(64,72,49); }
td.TdClassName
{
border-color: #404831;
}
.TagClassName
{
border-color: #404831;
}
</style>