Shades of Log Cabin #3C4528
Tints of Log Cabin #3C4528
RGB
CMYK
RGB Variations
Color information
#3C4528 (or 0x3C4528) is known color: Log Cabin. HEX triplet: 3C, 45 and 28. RGB value is (60,69,40). Sum of RGB (Red+Green+Blue) = 60+69+40=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4528 is #C3BAD7. Grayscale: #3F3F3F. Windows color (decimal): -12827352 or 2639164. OLE color: 2639164.
HSL color Cylindrical-coordinate representation of color #3C4528: hue angle of 78.62º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4528 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 40 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.73 |
| HSL | 78.62º | 0.27% | 0.21% | - |
| HSV(B) | 78.62º | 0.42% | 0.27% | - |
| XYZ | 4.37 | 5.37 | 2.81 | - |
| YUV | 63 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 40 | 0.13 | 0 | 0.42 | 0.73 | 78.62 | 0.27 | 0.21 |
| Hex | 3C | 45 | 28 | D | 0 | 2A | 49 | 4F | 1B | 15 |
| Octal | 74 | 105 | 50 | 15 | 0 | 52 | 111 | 117 | 33 | 25 |
| Binary | 111100 | 1000101 | 101000 | 1101 | 0 | 101010 | 1001001 | 1001111 | 11011 | 10101 |
Color Harmonies of #3C4528
Complementary color
Monochromatic Colors of #3C4528
Black with #3C4528
Text Example
Text Example
White with #3C4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4528; }
p { color: rgb(60,69,40); }
H1.HeaderClassName
{
color: #3C4528;
}
.AnyTagClassName
{
color: #3C4528;
}
</style>
background-color css
<style>
a { background-color: #3C4528; }
a { background-color: rgb(60,69,40); }
div.DivClassName
{
background-color: #3C4528;
}
.BgClassName
{
background-color: #3C4528;
}
</style>
border-color css
<style>
span { border-color: #3C4528; }
span { border-color: rgb(60,69,40); }
td.TdClassName
{
border-color: #3C4528;
}
.TagClassName
{
border-color: #3C4528;
}
</style>