Shades of Log Cabin #3A412C
Tints of Log Cabin #3A412C
RGB
CMYK
RGB Variations
Color information
#3A412C (or 0x3A412C) is known color: Log Cabin. HEX triplet: 3A, 41 and 2C. RGB value is (58,65,44). Sum of RGB (Red+Green+Blue) = 58+65+44=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412C is #C5BED3. Grayscale: #3C3C3C. Windows color (decimal): -12959444 or 2900282. OLE color: 2900282.
HSL color Cylindrical-coordinate representation of color #3A412C: hue angle of 80º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A412C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 44 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.75 |
| HSL | 80º | 0.19% | 0.21% | - |
| HSV(B) | 80º | 0.32% | 0.25% | - |
| XYZ | 4.09 | 4.86 | 3.11 | - |
| YUV | 60.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 44 | 0.11 | 0 | 0.32 | 0.75 | 80 | 0.19 | 0.21 |
| Hex | 3A | 41 | 2C | B | 0 | 20 | 4B | 50 | 13 | 15 |
| Octal | 72 | 101 | 54 | 13 | 0 | 40 | 113 | 120 | 23 | 25 |
| Binary | 111010 | 1000001 | 101100 | 1011 | 0 | 100000 | 1001011 | 1010000 | 10011 | 10101 |
Color Harmonies of #3A412C
Complementary color
Monochromatic Colors of #3A412C
Black with #3A412C
Text Example
Text Example
White with #3A412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A412C; }
p { color: rgb(58,65,44); }
H1.HeaderClassName
{
color: #3A412C;
}
.AnyTagClassName
{
color: #3A412C;
}
</style>
background-color css
<style>
a { background-color: #3A412C; }
a { background-color: rgb(58,65,44); }
div.DivClassName
{
background-color: #3A412C;
}
.BgClassName
{
background-color: #3A412C;
}
</style>
border-color css
<style>
span { border-color: #3A412C; }
span { border-color: rgb(58,65,44); }
td.TdClassName
{
border-color: #3A412C;
}
.TagClassName
{
border-color: #3A412C;
}
</style>