Shades of Log Cabin #3C4527
Tints of Log Cabin #3C4527
RGB
CMYK
RGB Variations
Color information
#3C4527 (or 0x3C4527) is known color: Log Cabin. HEX triplet: 3C, 45 and 27. RGB value is (60,69,39). Sum of RGB (Red+Green+Blue) = 60+69+39=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4527 is #C3BAD8. Grayscale: #3F3F3F. Windows color (decimal): -12827353 or 2573628. OLE color: 2573628.
HSL color Cylindrical-coordinate representation of color #3C4527: hue angle of 78º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C4527 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 39 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.73 |
| HSL | 78º | 0.28% | 0.21% | - |
| HSV(B) | 78º | 0.43% | 0.27% | - |
| XYZ | 4.36 | 5.36 | 2.73 | - |
| YUV | 62.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 39 | 0.13 | 0 | 0.43 | 0.73 | 78 | 0.28 | 0.21 |
| Hex | 3C | 45 | 27 | D | 0 | 2B | 49 | 4E | 1C | 15 |
| Octal | 74 | 105 | 47 | 15 | 0 | 53 | 111 | 116 | 34 | 25 |
| Binary | 111100 | 1000101 | 100111 | 1101 | 0 | 101011 | 1001001 | 1001110 | 11100 | 10101 |
Color Harmonies of #3C4527
Complementary color
Monochromatic Colors of #3C4527
Black with #3C4527
Text Example
Text Example
White with #3C4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4527; }
p { color: rgb(60,69,39); }
H1.HeaderClassName
{
color: #3C4527;
}
.AnyTagClassName
{
color: #3C4527;
}
</style>
background-color css
<style>
a { background-color: #3C4527; }
a { background-color: rgb(60,69,39); }
div.DivClassName
{
background-color: #3C4527;
}
.BgClassName
{
background-color: #3C4527;
}
</style>
border-color css
<style>
span { border-color: #3C4527; }
span { border-color: rgb(60,69,39); }
td.TdClassName
{
border-color: #3C4527;
}
.TagClassName
{
border-color: #3C4527;
}
</style>