Shades of Log Cabin #3B412E
Tints of Log Cabin #3B412E
RGB
CMYK
RGB Variations
Color information
#3B412E (or 0x3B412E) is known color: Log Cabin. HEX triplet: 3B, 41 and 2E. RGB value is (59,65,46). Sum of RGB (Red+Green+Blue) = 59+65+46=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412E is #C4BED1. Grayscale: #3D3D3D. Windows color (decimal): -12893906 or 3031355. OLE color: 3031355.
HSL color Cylindrical-coordinate representation of color #3B412E: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B412E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 46 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.75 |
| HSL | 78.95º | 0.17% | 0.22% | - |
| HSV(B) | 78.95º | 0.29% | 0.25% | - |
| XYZ | 4.19 | 4.91 | 3.31 | - |
| YUV | 61.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 46 | 0.09 | 0 | 0.29 | 0.75 | 78.95 | 0.17 | 0.22 |
| Hex | 3B | 41 | 2E | 9 | 0 | 1D | 4B | 4F | 11 | 16 |
| Octal | 73 | 101 | 56 | 11 | 0 | 35 | 113 | 117 | 21 | 26 |
| Binary | 111011 | 1000001 | 101110 | 1001 | 0 | 11101 | 1001011 | 1001111 | 10001 | 10110 |
Color Harmonies of #3B412E
Complementary color
Monochromatic Colors of #3B412E
Black with #3B412E
Text Example
Text Example
White with #3B412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B412E; }
p { color: rgb(59,65,46); }
H1.HeaderClassName
{
color: #3B412E;
}
.AnyTagClassName
{
color: #3B412E;
}
</style>
background-color css
<style>
a { background-color: #3B412E; }
a { background-color: rgb(59,65,46); }
div.DivClassName
{
background-color: #3B412E;
}
.BgClassName
{
background-color: #3B412E;
}
</style>
border-color css
<style>
span { border-color: #3B412E; }
span { border-color: rgb(59,65,46); }
td.TdClassName
{
border-color: #3B412E;
}
.TagClassName
{
border-color: #3B412E;
}
</style>