Shades of Log Cabin #3F462F
Tints of Log Cabin #3F462F
RGB
CMYK
RGB Variations
Color information
#3F462F (or 0x3F462F) is known color: Log Cabin. HEX triplet: 3F, 46 and 2F. RGB value is (63,70,47). Sum of RGB (Red+Green+Blue) = 63+70+47=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #3F462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F462F is #C0B9D0. Grayscale: #414141. Windows color (decimal): -12630481 or 3098175. OLE color: 3098175.
HSL color Cylindrical-coordinate representation of color #3F462F: hue angle of 78.26º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F462F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 47 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.73 |
| HSL | 78.26º | 0.2% | 0.23% | - |
| HSV(B) | 78.26º | 0.33% | 0.27% | - |
| XYZ | 4.75 | 5.64 | 3.53 | - |
| YUV | 65.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 47 | 0.10 | 0 | 0.33 | 0.73 | 78.26 | 0.2 | 0.23 |
| Hex | 3F | 46 | 2F | A | 0 | 21 | 49 | 4E | 14 | 17 |
| Octal | 77 | 106 | 57 | 12 | 0 | 41 | 111 | 116 | 24 | 27 |
| Binary | 111111 | 1000110 | 101111 | 1010 | 0 | 100001 | 1001001 | 1001110 | 10100 | 10111 |
Color Harmonies of #3F462F
Complementary color
Monochromatic Colors of #3F462F
Black with #3F462F
Text Example
Text Example
White with #3F462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F462F; }
p { color: rgb(63,70,47); }
H1.HeaderClassName
{
color: #3F462F;
}
.AnyTagClassName
{
color: #3F462F;
}
</style>
background-color css
<style>
a { background-color: #3F462F; }
a { background-color: rgb(63,70,47); }
div.DivClassName
{
background-color: #3F462F;
}
.BgClassName
{
background-color: #3F462F;
}
</style>
border-color css
<style>
span { border-color: #3F462F; }
span { border-color: rgb(63,70,47); }
td.TdClassName
{
border-color: #3F462F;
}
.TagClassName
{
border-color: #3F462F;
}
</style>