Shades of Log Cabin #393F2A
Tints of Log Cabin #393F2A
RGB
CMYK
RGB Variations
Color information
#393F2A (or 0x393F2A) is known color: Log Cabin. HEX triplet: 39, 3F and 2A. RGB value is (57,63,42). Sum of RGB (Red+Green+Blue) = 57+63+42=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #393F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F2A is #C6C0D5. Grayscale: #3A3A3A. Windows color (decimal): -13025494 or 2768697. OLE color: 2768697.
HSL color Cylindrical-coordinate representation of color #393F2A: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #393F2A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 42 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.75 |
| HSL | 77.14º | 0.2% | 0.21% | - |
| HSV(B) | 77.14º | 0.33% | 0.25% | - |
| XYZ | 3.88 | 4.59 | 2.87 | - |
| YUV | 58.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 42 | 0.10 | 0 | 0.33 | 0.75 | 77.14 | 0.2 | 0.21 |
| Hex | 39 | 3F | 2A | A | 0 | 21 | 4B | 4D | 14 | 15 |
| Octal | 71 | 77 | 52 | 12 | 0 | 41 | 113 | 115 | 24 | 25 |
| Binary | 111001 | 111111 | 101010 | 1010 | 0 | 100001 | 1001011 | 1001101 | 10100 | 10101 |
Color Harmonies of #393F2A
Complementary color
Monochromatic Colors of #393F2A
Black with #393F2A
Text Example
Text Example
White with #393F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F2A; }
p { color: rgb(57,63,42); }
H1.HeaderClassName
{
color: #393F2A;
}
.AnyTagClassName
{
color: #393F2A;
}
</style>
background-color css
<style>
a { background-color: #393F2A; }
a { background-color: rgb(57,63,42); }
div.DivClassName
{
background-color: #393F2A;
}
.BgClassName
{
background-color: #393F2A;
}
</style>
border-color css
<style>
span { border-color: #393F2A; }
span { border-color: rgb(57,63,42); }
td.TdClassName
{
border-color: #393F2A;
}
.TagClassName
{
border-color: #393F2A;
}
</style>