Shades of Log Cabin #34362F
Tints of Log Cabin #34362F
RGB
CMYK
RGB Variations
Color information
#34362F (or 0x34362F) is known color: Log Cabin. HEX triplet: 34, 36 and 2F. RGB value is (52,54,47). Sum of RGB (Red+Green+Blue) = 52+54+47=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 54 - color contains mainly: green. Hex color #34362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34362F is #CBC9D0. Grayscale: #343434. Windows color (decimal): -13355473 or 3094068. OLE color: 3094068.
HSL color Cylindrical-coordinate representation of color #34362F: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #34362F is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 47 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.79 |
| HSL | 77.14º | 0.07% | 0.2% | - |
| HSV(B) | 77.14º | 0.13% | 0.21% | - |
| XYZ | 3.25 | 3.57 | 3.21 | - |
| YUV | 52.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 47 | 0.04 | 0 | 0.13 | 0.79 | 77.14 | 0.07 | 0.2 |
| Hex | 34 | 36 | 2F | 4 | 0 | D | 4F | 4D | 7 | 14 |
| Octal | 64 | 66 | 57 | 4 | 0 | 15 | 117 | 115 | 7 | 24 |
| Binary | 110100 | 110110 | 101111 | 100 | 0 | 1101 | 1001111 | 1001101 | 111 | 10100 |
Color Harmonies of #34362F
Complementary color
Monochromatic Colors of #34362F
Black with #34362F
Text Example
Text Example
White with #34362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34362F; }
p { color: rgb(52,54,47); }
H1.HeaderClassName
{
color: #34362F;
}
.AnyTagClassName
{
color: #34362F;
}
</style>
background-color css
<style>
a { background-color: #34362F; }
a { background-color: rgb(52,54,47); }
div.DivClassName
{
background-color: #34362F;
}
.BgClassName
{
background-color: #34362F;
}
</style>
border-color css
<style>
span { border-color: #34362F; }
span { border-color: rgb(52,54,47); }
td.TdClassName
{
border-color: #34362F;
}
.TagClassName
{
border-color: #34362F;
}
</style>