Shades of Log Cabin #3A412A
Tints of Log Cabin #3A412A
RGB
CMYK
RGB Variations
Color information
#3A412A (or 0x3A412A) is known color: Log Cabin. HEX triplet: 3A, 41 and 2A. RGB value is (58,65,42). Sum of RGB (Red+Green+Blue) = 58+65+42=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412A is #C5BED5. Grayscale: #3C3C3C. Windows color (decimal): -12959446 or 2769210. OLE color: 2769210.
HSL color Cylindrical-coordinate representation of color #3A412A: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A412A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 42 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.75 |
| HSL | 78.26º | 0.21% | 0.21% | - |
| HSV(B) | 78.26º | 0.35% | 0.25% | - |
| XYZ | 4.05 | 4.85 | 2.91 | - |
| YUV | 60.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 42 | 0.11 | 0 | 0.35 | 0.75 | 78.26 | 0.21 | 0.21 |
| Hex | 3A | 41 | 2A | B | 0 | 23 | 4B | 4E | 15 | 15 |
| Octal | 72 | 101 | 52 | 13 | 0 | 43 | 113 | 116 | 25 | 25 |
| Binary | 111010 | 1000001 | 101010 | 1011 | 0 | 100011 | 1001011 | 1001110 | 10101 | 10101 |
Color Harmonies of #3A412A
Complementary color
Monochromatic Colors of #3A412A
Black with #3A412A
Text Example
Text Example
White with #3A412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A412A; }
p { color: rgb(58,65,42); }
H1.HeaderClassName
{
color: #3A412A;
}
.AnyTagClassName
{
color: #3A412A;
}
</style>
background-color css
<style>
a { background-color: #3A412A; }
a { background-color: rgb(58,65,42); }
div.DivClassName
{
background-color: #3A412A;
}
.BgClassName
{
background-color: #3A412A;
}
</style>
border-color css
<style>
span { border-color: #3A412A; }
span { border-color: rgb(58,65,42); }
td.TdClassName
{
border-color: #3A412A;
}
.TagClassName
{
border-color: #3A412A;
}
</style>