Shades of Log Cabin #343929
Tints of Log Cabin #343929
RGB
CMYK
RGB Variations
Color information
#343929 (or 0x343929) is known color: Log Cabin. HEX triplet: 34, 39 and 29. RGB value is (52,57,41). Sum of RGB (Red+Green+Blue) = 52+57+41=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #343929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343929 is #CBC6D6. Grayscale: #353535. Windows color (decimal): -13354711 or 2701620. OLE color: 2701620.
HSL color Cylindrical-coordinate representation of color #343929: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #343929 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 41 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.78 |
| HSL | 78.75º | 0.16% | 0.19% | - |
| HSV(B) | 78.75º | 0.28% | 0.22% | - |
| XYZ | 3.28 | 3.82 | 2.66 | - |
| YUV | 53.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 41 | 0.09 | 0 | 0.28 | 0.78 | 78.75 | 0.16 | 0.19 |
| Hex | 34 | 39 | 29 | 9 | 0 | 1C | 4E | 4F | 10 | 13 |
| Octal | 64 | 71 | 51 | 11 | 0 | 34 | 116 | 117 | 20 | 23 |
| Binary | 110100 | 111001 | 101001 | 1001 | 0 | 11100 | 1001110 | 1001111 | 10000 | 10011 |
Color Harmonies of #343929
Complementary color
Monochromatic Colors of #343929
Black with #343929
Text Example
Text Example
White with #343929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343929; }
p { color: rgb(52,57,41); }
H1.HeaderClassName
{
color: #343929;
}
.AnyTagClassName
{
color: #343929;
}
</style>
background-color css
<style>
a { background-color: #343929; }
a { background-color: rgb(52,57,41); }
div.DivClassName
{
background-color: #343929;
}
.BgClassName
{
background-color: #343929;
}
</style>
border-color css
<style>
span { border-color: #343929; }
span { border-color: rgb(52,57,41); }
td.TdClassName
{
border-color: #343929;
}
.TagClassName
{
border-color: #343929;
}
</style>