Shades of Log Cabin #3A3E34
Tints of Log Cabin #3A3E34
RGB
CMYK
RGB Variations
Color information
#3A3E34 (or 0x3A3E34) is known color: Log Cabin. HEX triplet: 3A, 3E and 34. RGB value is (58,62,52). Sum of RGB (Red+Green+Blue) = 58+62+52=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #3A3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3E34 is #C5C1CB. Grayscale: #3B3B3B. Windows color (decimal): -12960204 or 3423802. OLE color: 3423802.
HSL color Cylindrical-coordinate representation of color #3A3E34: hue angle of 84º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A3E34 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 62 | 52 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.76 |
| HSL | 84º | 0.09% | 0.22% | - |
| HSV(B) | 84º | 0.16% | 0.24% | - |
| XYZ | 4.09 | 4.59 | 3.92 | - |
| YUV | 59.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 52 | 0.06 | 0 | 0.16 | 0.76 | 84 | 0.09 | 0.22 |
| Hex | 3A | 3E | 34 | 6 | 0 | 10 | 4C | 54 | 9 | 16 |
| Octal | 72 | 76 | 64 | 6 | 0 | 20 | 114 | 124 | 11 | 26 |
| Binary | 111010 | 111110 | 110100 | 110 | 0 | 10000 | 1001100 | 1010100 | 1001 | 10110 |
Color Harmonies of #3A3E34
Complementary color
Monochromatic Colors of #3A3E34
Black with #3A3E34
Text Example
Text Example
White with #3A3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3E34; }
p { color: rgb(58,62,52); }
H1.HeaderClassName
{
color: #3A3E34;
}
.AnyTagClassName
{
color: #3A3E34;
}
</style>
background-color css
<style>
a { background-color: #3A3E34; }
a { background-color: rgb(58,62,52); }
div.DivClassName
{
background-color: #3A3E34;
}
.BgClassName
{
background-color: #3A3E34;
}
</style>
border-color css
<style>
span { border-color: #3A3E34; }
span { border-color: rgb(58,62,52); }
td.TdClassName
{
border-color: #3A3E34;
}
.TagClassName
{
border-color: #3A3E34;
}
</style>