Shades of Log Cabin #3B402E
Tints of Log Cabin #3B402E
RGB
CMYK
RGB Variations
Color information
#3B402E (or 0x3B402E) is known color: Log Cabin. HEX triplet: 3B, 40 and 2E. RGB value is (59,64,46). Sum of RGB (Red+Green+Blue) = 59+64+46=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402E is #C4BFD1. Grayscale: #3C3C3C. Windows color (decimal): -12894162 or 3031099. OLE color: 3031099.
HSL color Cylindrical-coordinate representation of color #3B402E: hue angle of 76.67º 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 #3B402E is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 46 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.75 |
| HSL | 76.67º | 0.16% | 0.22% | - |
| HSV(B) | 76.67º | 0.28% | 0.25% | - |
| XYZ | 4.13 | 4.79 | 3.29 | - |
| YUV | 60.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 46 | 0.08 | 0 | 0.28 | 0.75 | 76.67 | 0.16 | 0.22 |
| Hex | 3B | 40 | 2E | 8 | 0 | 1C | 4B | 4D | 10 | 16 |
| Octal | 73 | 100 | 56 | 10 | 0 | 34 | 113 | 115 | 20 | 26 |
| Binary | 111011 | 1000000 | 101110 | 1000 | 0 | 11100 | 1001011 | 1001101 | 10000 | 10110 |
Color Harmonies of #3B402E
Complementary color
Monochromatic Colors of #3B402E
Black with #3B402E
Text Example
Text Example
White with #3B402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B402E; }
p { color: rgb(59,64,46); }
H1.HeaderClassName
{
color: #3B402E;
}
.AnyTagClassName
{
color: #3B402E;
}
</style>
background-color css
<style>
a { background-color: #3B402E; }
a { background-color: rgb(59,64,46); }
div.DivClassName
{
background-color: #3B402E;
}
.BgClassName
{
background-color: #3B402E;
}
</style>
border-color css
<style>
span { border-color: #3B402E; }
span { border-color: rgb(59,64,46); }
td.TdClassName
{
border-color: #3B402E;
}
.TagClassName
{
border-color: #3B402E;
}
</style>