Shades of Log Cabin #3C3F37
Tints of Log Cabin #3C3F37
RGB
CMYK
RGB Variations
Color information
#3C3F37 (or 0x3C3F37) is known color: Log Cabin. HEX triplet: 3C, 3F and 37. RGB value is (60,63,55). Sum of RGB (Red+Green+Blue) = 60+63+55=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F37 is #C3C0C8. Grayscale: #3D3D3D. Windows color (decimal): -12828873 or 3620668. OLE color: 3620668.
HSL color Cylindrical-coordinate representation of color #3C3F37: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3F37 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 55 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.75 |
| HSL | 82.5º | 0.07% | 0.23% | - |
| HSV(B) | 82.5º | 0.13% | 0.25% | - |
| XYZ | 4.33 | 4.79 | 4.31 | - |
| YUV | 61.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 55 | 0.05 | 0 | 0.13 | 0.75 | 82.5 | 0.07 | 0.23 |
| Hex | 3C | 3F | 37 | 5 | 0 | D | 4B | 52 | 7 | 17 |
| Octal | 74 | 77 | 67 | 5 | 0 | 15 | 113 | 122 | 7 | 27 |
| Binary | 111100 | 111111 | 110111 | 101 | 0 | 1101 | 1001011 | 1010010 | 111 | 10111 |
Color Harmonies of #3C3F37
Complementary color
Monochromatic Colors of #3C3F37
Black with #3C3F37
Text Example
Text Example
White with #3C3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F37; }
p { color: rgb(60,63,55); }
H1.HeaderClassName
{
color: #3C3F37;
}
.AnyTagClassName
{
color: #3C3F37;
}
</style>
background-color css
<style>
a { background-color: #3C3F37; }
a { background-color: rgb(60,63,55); }
div.DivClassName
{
background-color: #3C3F37;
}
.BgClassName
{
background-color: #3C3F37;
}
</style>
border-color css
<style>
span { border-color: #3C3F37; }
span { border-color: rgb(60,63,55); }
td.TdClassName
{
border-color: #3C3F37;
}
.TagClassName
{
border-color: #3C3F37;
}
</style>