Shades of Log Cabin #3C4330
Tints of Log Cabin #3C4330
RGB
CMYK
RGB Variations
Color information
#3C4330 (or 0x3C4330) is known color: Log Cabin. HEX triplet: 3C, 43 and 30. RGB value is (60,67,48). Sum of RGB (Red+Green+Blue) = 60+67+48=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4330 is #C3BCCF. Grayscale: #3E3E3E. Windows color (decimal): -12827856 or 3162940. OLE color: 3162940.
HSL color Cylindrical-coordinate representation of color #3C4330: hue angle of 82.11º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4330 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 48 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.74 |
| HSL | 82.11º | 0.17% | 0.23% | - |
| HSV(B) | 82.11º | 0.28% | 0.26% | - |
| XYZ | 4.4 | 5.19 | 3.57 | - |
| YUV | 62.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 48 | 0.10 | 0 | 0.28 | 0.74 | 82.11 | 0.17 | 0.23 |
| Hex | 3C | 43 | 30 | A | 0 | 1C | 4A | 52 | 11 | 17 |
| Octal | 74 | 103 | 60 | 12 | 0 | 34 | 112 | 122 | 21 | 27 |
| Binary | 111100 | 1000011 | 110000 | 1010 | 0 | 11100 | 1001010 | 1010010 | 10001 | 10111 |
Color Harmonies of #3C4330
Complementary color
Monochromatic Colors of #3C4330
Black with #3C4330
Text Example
Text Example
White with #3C4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4330; }
p { color: rgb(60,67,48); }
H1.HeaderClassName
{
color: #3C4330;
}
.AnyTagClassName
{
color: #3C4330;
}
</style>
background-color css
<style>
a { background-color: #3C4330; }
a { background-color: rgb(60,67,48); }
div.DivClassName
{
background-color: #3C4330;
}
.BgClassName
{
background-color: #3C4330;
}
</style>
border-color css
<style>
span { border-color: #3C4330; }
span { border-color: rgb(60,67,48); }
td.TdClassName
{
border-color: #3C4330;
}
.TagClassName
{
border-color: #3C4330;
}
</style>