Shades of Log Cabin #3A412D
Tints of Log Cabin #3A412D
RGB
CMYK
RGB Variations
Color information
#3A412D (or 0x3A412D) is known color: Log Cabin. HEX triplet: 3A, 41 and 2D. RGB value is (58,65,45). Sum of RGB (Red+Green+Blue) = 58+65+45=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412D is #C5BED2. Grayscale: #3C3C3C. Windows color (decimal): -12959443 or 2965818. OLE color: 2965818.
HSL color Cylindrical-coordinate representation of color #3A412D: hue angle of 81º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A412D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 45 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.75 |
| HSL | 81º | 0.18% | 0.22% | - |
| HSV(B) | 81º | 0.31% | 0.25% | - |
| XYZ | 4.11 | 4.87 | 3.21 | - |
| YUV | 60.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 45 | 0.11 | 0 | 0.31 | 0.75 | 81 | 0.18 | 0.22 |
| Hex | 3A | 41 | 2D | B | 0 | 1F | 4B | 51 | 12 | 16 |
| Octal | 72 | 101 | 55 | 13 | 0 | 37 | 113 | 121 | 22 | 26 |
| Binary | 111010 | 1000001 | 101101 | 1011 | 0 | 11111 | 1001011 | 1010001 | 10010 | 10110 |
Color Harmonies of #3A412D
Complementary color
Monochromatic Colors of #3A412D
Black with #3A412D
Text Example
Text Example
White with #3A412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A412D; }
p { color: rgb(58,65,45); }
H1.HeaderClassName
{
color: #3A412D;
}
.AnyTagClassName
{
color: #3A412D;
}
</style>
background-color css
<style>
a { background-color: #3A412D; }
a { background-color: rgb(58,65,45); }
div.DivClassName
{
background-color: #3A412D;
}
.BgClassName
{
background-color: #3A412D;
}
</style>
border-color css
<style>
span { border-color: #3A412D; }
span { border-color: rgb(58,65,45); }
td.TdClassName
{
border-color: #3A412D;
}
.TagClassName
{
border-color: #3A412D;
}
</style>