Shades of Log Cabin #3B422E
Tints of Log Cabin #3B422E
RGB
CMYK
RGB Variations
Color information
#3B422E (or 0x3B422E) is known color: Log Cabin. HEX triplet: 3B, 42 and 2E. RGB value is (59,66,46). Sum of RGB (Red+Green+Blue) = 59+66+46=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422E is #C4BDD1. Grayscale: #3D3D3D. Windows color (decimal): -12893650 or 3031611. OLE color: 3031611.
HSL color Cylindrical-coordinate representation of color #3B422E: hue angle of 81º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B422E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 46 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.74 |
| HSL | 81º | 0.18% | 0.22% | - |
| HSV(B) | 81º | 0.3% | 0.26% | - |
| XYZ | 4.24 | 5.02 | 3.33 | - |
| YUV | 61.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 46 | 0.11 | 0 | 0.30 | 0.74 | 81 | 0.18 | 0.22 |
| Hex | 3B | 42 | 2E | B | 0 | 1E | 4A | 51 | 12 | 16 |
| Octal | 73 | 102 | 56 | 13 | 0 | 36 | 112 | 121 | 22 | 26 |
| Binary | 111011 | 1000010 | 101110 | 1011 | 0 | 11110 | 1001010 | 1010001 | 10010 | 10110 |
Color Harmonies of #3B422E
Complementary color
Monochromatic Colors of #3B422E
Black with #3B422E
Text Example
Text Example
White with #3B422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B422E; }
p { color: rgb(59,66,46); }
H1.HeaderClassName
{
color: #3B422E;
}
.AnyTagClassName
{
color: #3B422E;
}
</style>
background-color css
<style>
a { background-color: #3B422E; }
a { background-color: rgb(59,66,46); }
div.DivClassName
{
background-color: #3B422E;
}
.BgClassName
{
background-color: #3B422E;
}
</style>
border-color css
<style>
span { border-color: #3B422E; }
span { border-color: rgb(59,66,46); }
td.TdClassName
{
border-color: #3B422E;
}
.TagClassName
{
border-color: #3B422E;
}
</style>