Shades of Log Cabin #3B412C
Tints of Log Cabin #3B412C
RGB
CMYK
RGB Variations
Color information
#3B412C (or 0x3B412C) is known color: Log Cabin. HEX triplet: 3B, 41 and 2C. RGB value is (59,65,44). Sum of RGB (Red+Green+Blue) = 59+65+44=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412C is #C4BED3. Grayscale: #3C3C3C. Windows color (decimal): -12893908 or 2900283. OLE color: 2900283.
HSL color Cylindrical-coordinate representation of color #3B412C: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B412C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 44 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.75 |
| HSL | 77.14º | 0.19% | 0.21% | - |
| HSV(B) | 77.14º | 0.32% | 0.25% | - |
| XYZ | 4.15 | 4.89 | 3.11 | - |
| YUV | 60.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 44 | 0.09 | 0 | 0.32 | 0.75 | 77.14 | 0.19 | 0.21 |
| Hex | 3B | 41 | 2C | 9 | 0 | 20 | 4B | 4D | 13 | 15 |
| Octal | 73 | 101 | 54 | 11 | 0 | 40 | 113 | 115 | 23 | 25 |
| Binary | 111011 | 1000001 | 101100 | 1001 | 0 | 100000 | 1001011 | 1001101 | 10011 | 10101 |
Color Harmonies of #3B412C
Complementary color
Monochromatic Colors of #3B412C
Black with #3B412C
Text Example
Text Example
White with #3B412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B412C; }
p { color: rgb(59,65,44); }
H1.HeaderClassName
{
color: #3B412C;
}
.AnyTagClassName
{
color: #3B412C;
}
</style>
background-color css
<style>
a { background-color: #3B412C; }
a { background-color: rgb(59,65,44); }
div.DivClassName
{
background-color: #3B412C;
}
.BgClassName
{
background-color: #3B412C;
}
</style>
border-color css
<style>
span { border-color: #3B412C; }
span { border-color: rgb(59,65,44); }
td.TdClassName
{
border-color: #3B412C;
}
.TagClassName
{
border-color: #3B412C;
}
</style>