Shades of Log Cabin #3E442F
Tints of Log Cabin #3E442F
RGB
CMYK
RGB Variations
Color information
#3E442F (or 0x3E442F) is known color: Log Cabin. HEX triplet: 3E, 44 and 2F. RGB value is (62,68,47). Sum of RGB (Red+Green+Blue) = 62+68+47=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 68 - color contains mainly: green. Hex color #3E442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E442F is #C1BBD0. Grayscale: #3F3F3F. Windows color (decimal): -12696529 or 3097662. OLE color: 3097662.
HSL color Cylindrical-coordinate representation of color #3E442F: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E442F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 47 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.73 |
| HSL | 77.14º | 0.18% | 0.23% | - |
| HSV(B) | 77.14º | 0.31% | 0.27% | - |
| XYZ | 4.57 | 5.36 | 3.48 | - |
| YUV | 63.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 47 | 0.09 | 0 | 0.31 | 0.73 | 77.14 | 0.18 | 0.23 |
| Hex | 3E | 44 | 2F | 9 | 0 | 1F | 49 | 4D | 12 | 17 |
| Octal | 76 | 104 | 57 | 11 | 0 | 37 | 111 | 115 | 22 | 27 |
| Binary | 111110 | 1000100 | 101111 | 1001 | 0 | 11111 | 1001001 | 1001101 | 10010 | 10111 |
Color Harmonies of #3E442F
Complementary color
Monochromatic Colors of #3E442F
Black with #3E442F
Text Example
Text Example
White with #3E442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E442F; }
p { color: rgb(62,68,47); }
H1.HeaderClassName
{
color: #3E442F;
}
.AnyTagClassName
{
color: #3E442F;
}
</style>
background-color css
<style>
a { background-color: #3E442F; }
a { background-color: rgb(62,68,47); }
div.DivClassName
{
background-color: #3E442F;
}
.BgClassName
{
background-color: #3E442F;
}
</style>
border-color css
<style>
span { border-color: #3E442F; }
span { border-color: rgb(62,68,47); }
td.TdClassName
{
border-color: #3E442F;
}
.TagClassName
{
border-color: #3E442F;
}
</style>