Shades of Log Cabin #3B4132
Tints of Log Cabin #3B4132
RGB
CMYK
RGB Variations
Color information
#3B4132 (or 0x3B4132) is known color: Log Cabin. HEX triplet: 3B, 41 and 32. RGB value is (59,65,50). Sum of RGB (Red+Green+Blue) = 59+65+50=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4132 is #C4BECD. Grayscale: #3D3D3D. Windows color (decimal): -12893902 or 3293499. OLE color: 3293499.
HSL color Cylindrical-coordinate representation of color #3B4132: hue angle of 84º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4132 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 50 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.75 |
| HSL | 84º | 0.13% | 0.23% | - |
| HSV(B) | 84º | 0.23% | 0.25% | - |
| XYZ | 4.27 | 4.94 | 3.75 | - |
| YUV | 61.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 50 | 0.09 | 0 | 0.23 | 0.75 | 84 | 0.13 | 0.23 |
| Hex | 3B | 41 | 32 | 9 | 0 | 17 | 4B | 54 | D | 17 |
| Octal | 73 | 101 | 62 | 11 | 0 | 27 | 113 | 124 | 15 | 27 |
| Binary | 111011 | 1000001 | 110010 | 1001 | 0 | 10111 | 1001011 | 1010100 | 1101 | 10111 |
Color Harmonies of #3B4132
Complementary color
Monochromatic Colors of #3B4132
Black with #3B4132
Text Example
Text Example
White with #3B4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4132; }
p { color: rgb(59,65,50); }
H1.HeaderClassName
{
color: #3B4132;
}
.AnyTagClassName
{
color: #3B4132;
}
</style>
background-color css
<style>
a { background-color: #3B4132; }
a { background-color: rgb(59,65,50); }
div.DivClassName
{
background-color: #3B4132;
}
.BgClassName
{
background-color: #3B4132;
}
</style>
border-color css
<style>
span { border-color: #3B4132; }
span { border-color: rgb(59,65,50); }
td.TdClassName
{
border-color: #3B4132;
}
.TagClassName
{
border-color: #3B4132;
}
</style>