Shades of Log Cabin #3B422F
Tints of Log Cabin #3B422F
RGB
CMYK
RGB Variations
Color information
#3B422F (or 0x3B422F) is known color: Log Cabin. HEX triplet: 3B, 42 and 2F. RGB value is (59,66,47). Sum of RGB (Red+Green+Blue) = 59+66+47=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422F is #C4BDD0. Grayscale: #3D3D3D. Windows color (decimal): -12893649 or 3097147. OLE color: 3097147.
HSL color Cylindrical-coordinate representation of color #3B422F: hue angle of 82.11º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B422F is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 47 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.74 |
| HSL | 82.11º | 0.17% | 0.22% | - |
| HSV(B) | 82.11º | 0.29% | 0.26% | - |
| XYZ | 4.26 | 5.03 | 3.44 | - |
| YUV | 61.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 47 | 0.11 | 0 | 0.29 | 0.74 | 82.11 | 0.17 | 0.22 |
| Hex | 3B | 42 | 2F | B | 0 | 1D | 4A | 52 | 11 | 16 |
| Octal | 73 | 102 | 57 | 13 | 0 | 35 | 112 | 122 | 21 | 26 |
| Binary | 111011 | 1000010 | 101111 | 1011 | 0 | 11101 | 1001010 | 1010010 | 10001 | 10110 |
Color Harmonies of #3B422F
Complementary color
Monochromatic Colors of #3B422F
Black with #3B422F
Text Example
Text Example
White with #3B422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B422F; }
p { color: rgb(59,66,47); }
H1.HeaderClassName
{
color: #3B422F;
}
.AnyTagClassName
{
color: #3B422F;
}
</style>
background-color css
<style>
a { background-color: #3B422F; }
a { background-color: rgb(59,66,47); }
div.DivClassName
{
background-color: #3B422F;
}
.BgClassName
{
background-color: #3B422F;
}
</style>
border-color css
<style>
span { border-color: #3B422F; }
span { border-color: rgb(59,66,47); }
td.TdClassName
{
border-color: #3B422F;
}
.TagClassName
{
border-color: #3B422F;
}
</style>