Shades of Log Cabin #3C432C
Tints of Log Cabin #3C432C
RGB
CMYK
RGB Variations
Color information
#3C432C (or 0x3C432C) is known color: Log Cabin. HEX triplet: 3C, 43 and 2C. RGB value is (60,67,44). Sum of RGB (Red+Green+Blue) = 60+67+44=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #3C432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C432C is #C3BCD3. Grayscale: #3E3E3E. Windows color (decimal): -12827860 or 2900796. OLE color: 2900796.
HSL color Cylindrical-coordinate representation of color #3C432C: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C432C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 44 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.74 |
| HSL | 78.26º | 0.21% | 0.22% | - |
| HSV(B) | 78.26º | 0.34% | 0.26% | - |
| XYZ | 4.33 | 5.16 | 3.15 | - |
| YUV | 62.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 44 | 0.10 | 0 | 0.34 | 0.74 | 78.26 | 0.21 | 0.22 |
| Hex | 3C | 43 | 2C | A | 0 | 22 | 4A | 4E | 15 | 16 |
| Octal | 74 | 103 | 54 | 12 | 0 | 42 | 112 | 116 | 25 | 26 |
| Binary | 111100 | 1000011 | 101100 | 1010 | 0 | 100010 | 1001010 | 1001110 | 10101 | 10110 |
Color Harmonies of #3C432C
Complementary color
Monochromatic Colors of #3C432C
Black with #3C432C
Text Example
Text Example
White with #3C432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C432C; }
p { color: rgb(60,67,44); }
H1.HeaderClassName
{
color: #3C432C;
}
.AnyTagClassName
{
color: #3C432C;
}
</style>
background-color css
<style>
a { background-color: #3C432C; }
a { background-color: rgb(60,67,44); }
div.DivClassName
{
background-color: #3C432C;
}
.BgClassName
{
background-color: #3C432C;
}
</style>
border-color css
<style>
span { border-color: #3C432C; }
span { border-color: rgb(60,67,44); }
td.TdClassName
{
border-color: #3C432C;
}
.TagClassName
{
border-color: #3C432C;
}
</style>