Shades of Log Cabin #3B422D
Tints of Log Cabin #3B422D
RGB
CMYK
RGB Variations
Color information
#3B422D (or 0x3B422D) is known color: Log Cabin. HEX triplet: 3B, 42 and 2D. RGB value is (59,66,45). Sum of RGB (Red+Green+Blue) = 59+66+45=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422D is #C4BDD2. Grayscale: #3D3D3D. Windows color (decimal): -12893651 or 2966075. OLE color: 2966075.
HSL color Cylindrical-coordinate representation of color #3B422D: hue angle of 80º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B422D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 45 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.74 |
| HSL | 80º | 0.19% | 0.22% | - |
| HSV(B) | 80º | 0.32% | 0.26% | - |
| XYZ | 4.23 | 5.02 | 3.23 | - |
| YUV | 61.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 45 | 0.11 | 0 | 0.32 | 0.74 | 80 | 0.19 | 0.22 |
| Hex | 3B | 42 | 2D | B | 0 | 20 | 4A | 50 | 13 | 16 |
| Octal | 73 | 102 | 55 | 13 | 0 | 40 | 112 | 120 | 23 | 26 |
| Binary | 111011 | 1000010 | 101101 | 1011 | 0 | 100000 | 1001010 | 1010000 | 10011 | 10110 |
Color Harmonies of #3B422D
Complementary color
Monochromatic Colors of #3B422D
Black with #3B422D
Text Example
Text Example
White with #3B422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B422D; }
p { color: rgb(59,66,45); }
H1.HeaderClassName
{
color: #3B422D;
}
.AnyTagClassName
{
color: #3B422D;
}
</style>
background-color css
<style>
a { background-color: #3B422D; }
a { background-color: rgb(59,66,45); }
div.DivClassName
{
background-color: #3B422D;
}
.BgClassName
{
background-color: #3B422D;
}
</style>
border-color css
<style>
span { border-color: #3B422D; }
span { border-color: rgb(59,66,45); }
td.TdClassName
{
border-color: #3B422D;
}
.TagClassName
{
border-color: #3B422D;
}
</style>