Shades of Log Cabin #3C432A
Tints of Log Cabin #3C432A
RGB
CMYK
RGB Variations
Color information
#3C432A (or 0x3C432A) is known color: Log Cabin. HEX triplet: 3C, 43 and 2A. RGB value is (60,67,42). Sum of RGB (Red+Green+Blue) = 60+67+42=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #3C432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C432A is #C3BCD5. Grayscale: #3E3E3E. Windows color (decimal): -12827862 or 2769724. OLE color: 2769724.
HSL color Cylindrical-coordinate representation of color #3C432A: hue angle of 76.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C432A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 42 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.74 |
| HSL | 76.8º | 0.23% | 0.21% | - |
| HSV(B) | 76.8º | 0.37% | 0.26% | - |
| XYZ | 4.29 | 5.14 | 2.96 | - |
| YUV | 62.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 42 | 0.10 | 0 | 0.37 | 0.74 | 76.8 | 0.23 | 0.21 |
| Hex | 3C | 43 | 2A | A | 0 | 25 | 4A | 4D | 17 | 15 |
| Octal | 74 | 103 | 52 | 12 | 0 | 45 | 112 | 115 | 27 | 25 |
| Binary | 111100 | 1000011 | 101010 | 1010 | 0 | 100101 | 1001010 | 1001101 | 10111 | 10101 |
Color Harmonies of #3C432A
Complementary color
Monochromatic Colors of #3C432A
Black with #3C432A
Text Example
Text Example
White with #3C432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C432A; }
p { color: rgb(60,67,42); }
H1.HeaderClassName
{
color: #3C432A;
}
.AnyTagClassName
{
color: #3C432A;
}
</style>
background-color css
<style>
a { background-color: #3C432A; }
a { background-color: rgb(60,67,42); }
div.DivClassName
{
background-color: #3C432A;
}
.BgClassName
{
background-color: #3C432A;
}
</style>
border-color css
<style>
span { border-color: #3C432A; }
span { border-color: rgb(60,67,42); }
td.TdClassName
{
border-color: #3C432A;
}
.TagClassName
{
border-color: #3C432A;
}
</style>