Shades of Log Cabin #3B412F
Tints of Log Cabin #3B412F
RGB
CMYK
RGB Variations
Color information
#3B412F (or 0x3B412F) is known color: Log Cabin. HEX triplet: 3B, 41 and 2F. RGB value is (59,65,47). Sum of RGB (Red+Green+Blue) = 59+65+47=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412F is #C4BED0. Grayscale: #3D3D3D. Windows color (decimal): -12893905 or 3096891. OLE color: 3096891.
HSL color Cylindrical-coordinate representation of color #3B412F: hue angle of 80º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B412F is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 47 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.75 |
| HSL | 80º | 0.16% | 0.22% | - |
| HSV(B) | 80º | 0.28% | 0.25% | - |
| XYZ | 4.21 | 4.92 | 3.42 | - |
| YUV | 61.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 47 | 0.09 | 0 | 0.28 | 0.75 | 80 | 0.16 | 0.22 |
| Hex | 3B | 41 | 2F | 9 | 0 | 1C | 4B | 50 | 10 | 16 |
| Octal | 73 | 101 | 57 | 11 | 0 | 34 | 113 | 120 | 20 | 26 |
| Binary | 111011 | 1000001 | 101111 | 1001 | 0 | 11100 | 1001011 | 1010000 | 10000 | 10110 |
Color Harmonies of #3B412F
Complementary color
Monochromatic Colors of #3B412F
Black with #3B412F
Text Example
Text Example
White with #3B412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B412F; }
p { color: rgb(59,65,47); }
H1.HeaderClassName
{
color: #3B412F;
}
.AnyTagClassName
{
color: #3B412F;
}
</style>
background-color css
<style>
a { background-color: #3B412F; }
a { background-color: rgb(59,65,47); }
div.DivClassName
{
background-color: #3B412F;
}
.BgClassName
{
background-color: #3B412F;
}
</style>
border-color css
<style>
span { border-color: #3B412F; }
span { border-color: rgb(59,65,47); }
td.TdClassName
{
border-color: #3B412F;
}
.TagClassName
{
border-color: #3B412F;
}
</style>