Shades of Log Cabin #3B412D
Tints of Log Cabin #3B412D
RGB
CMYK
RGB Variations
Color information
#3B412D (or 0x3B412D) is known color: Log Cabin. HEX triplet: 3B, 41 and 2D. RGB value is (59,65,45). Sum of RGB (Red+Green+Blue) = 59+65+45=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412D is #C4BED2. Grayscale: #3D3D3D. Windows color (decimal): -12893907 or 2965819. OLE color: 2965819.
HSL color Cylindrical-coordinate representation of color #3B412D: hue angle of 78º 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 #3B412D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 45 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.75 |
| HSL | 78º | 0.18% | 0.22% | - |
| HSV(B) | 78º | 0.31% | 0.25% | - |
| XYZ | 4.17 | 4.9 | 3.21 | - |
| YUV | 60.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 45 | 0.09 | 0 | 0.31 | 0.75 | 78 | 0.18 | 0.22 |
| Hex | 3B | 41 | 2D | 9 | 0 | 1F | 4B | 4E | 12 | 16 |
| Octal | 73 | 101 | 55 | 11 | 0 | 37 | 113 | 116 | 22 | 26 |
| Binary | 111011 | 1000001 | 101101 | 1001 | 0 | 11111 | 1001011 | 1001110 | 10010 | 10110 |
Color Harmonies of #3B412D
Complementary color
Monochromatic Colors of #3B412D
Black with #3B412D
Text Example
Text Example
White with #3B412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B412D; }
p { color: rgb(59,65,45); }
H1.HeaderClassName
{
color: #3B412D;
}
.AnyTagClassName
{
color: #3B412D;
}
</style>
background-color css
<style>
a { background-color: #3B412D; }
a { background-color: rgb(59,65,45); }
div.DivClassName
{
background-color: #3B412D;
}
.BgClassName
{
background-color: #3B412D;
}
</style>
border-color css
<style>
span { border-color: #3B412D; }
span { border-color: rgb(59,65,45); }
td.TdClassName
{
border-color: #3B412D;
}
.TagClassName
{
border-color: #3B412D;
}
</style>