Shades of Log Cabin #3C4629
Tints of Log Cabin #3C4629
RGB
CMYK
RGB Variations
Color information
#3C4629 (or 0x3C4629) is known color: Log Cabin. HEX triplet: 3C, 46 and 29. RGB value is (60,70,41). Sum of RGB (Red+Green+Blue) = 60+70+41=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4629 is #C3B9D6. Grayscale: #3F3F3F. Windows color (decimal): -12827095 or 2704956. OLE color: 2704956.
HSL color Cylindrical-coordinate representation of color #3C4629: hue angle of 80.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C4629 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 41 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.73 |
| HSL | 80.69º | 0.26% | 0.22% | - |
| HSV(B) | 80.69º | 0.41% | 0.27% | - |
| XYZ | 4.45 | 5.5 | 2.92 | - |
| YUV | 63.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 41 | 0.14 | 0 | 0.41 | 0.73 | 80.69 | 0.26 | 0.22 |
| Hex | 3C | 46 | 29 | E | 0 | 29 | 49 | 51 | 1A | 16 |
| Octal | 74 | 106 | 51 | 16 | 0 | 51 | 111 | 121 | 32 | 26 |
| Binary | 111100 | 1000110 | 101001 | 1110 | 0 | 101001 | 1001001 | 1010001 | 11010 | 10110 |
Color Harmonies of #3C4629
Complementary color
Monochromatic Colors of #3C4629
Black with #3C4629
Text Example
Text Example
White with #3C4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4629; }
p { color: rgb(60,70,41); }
H1.HeaderClassName
{
color: #3C4629;
}
.AnyTagClassName
{
color: #3C4629;
}
</style>
background-color css
<style>
a { background-color: #3C4629; }
a { background-color: rgb(60,70,41); }
div.DivClassName
{
background-color: #3C4629;
}
.BgClassName
{
background-color: #3C4629;
}
</style>
border-color css
<style>
span { border-color: #3C4629; }
span { border-color: rgb(60,70,41); }
td.TdClassName
{
border-color: #3C4629;
}
.TagClassName
{
border-color: #3C4629;
}
</style>