Shades of Log Cabin #393D2F
Tints of Log Cabin #393D2F
RGB
CMYK
RGB Variations
Color information
#393D2F (or 0x393D2F) is known color: Log Cabin. HEX triplet: 39, 3D and 2F. RGB value is (57,61,47). Sum of RGB (Red+Green+Blue) = 57+61+47=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 61 - color contains mainly: green. Hex color #393D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D2F is #C6C2D0. Grayscale: #3A3A3A. Windows color (decimal): -13026001 or 3095865. OLE color: 3095865.
HSL color Cylindrical-coordinate representation of color #393D2F: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #393D2F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 47 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.76 |
| HSL | 77.14º | 0.13% | 0.21% | - |
| HSV(B) | 77.14º | 0.23% | 0.24% | - |
| XYZ | 3.87 | 4.41 | 3.34 | - |
| YUV | 58.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 47 | 0.07 | 0 | 0.23 | 0.76 | 77.14 | 0.13 | 0.21 |
| Hex | 39 | 3D | 2F | 7 | 0 | 17 | 4C | 4D | D | 15 |
| Octal | 71 | 75 | 57 | 7 | 0 | 27 | 114 | 115 | 15 | 25 |
| Binary | 111001 | 111101 | 101111 | 111 | 0 | 10111 | 1001100 | 1001101 | 1101 | 10101 |
Color Harmonies of #393D2F
Complementary color
Monochromatic Colors of #393D2F
Black with #393D2F
Text Example
Text Example
White with #393D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D2F; }
p { color: rgb(57,61,47); }
H1.HeaderClassName
{
color: #393D2F;
}
.AnyTagClassName
{
color: #393D2F;
}
</style>
background-color css
<style>
a { background-color: #393D2F; }
a { background-color: rgb(57,61,47); }
div.DivClassName
{
background-color: #393D2F;
}
.BgClassName
{
background-color: #393D2F;
}
</style>
border-color css
<style>
span { border-color: #393D2F; }
span { border-color: rgb(57,61,47); }
td.TdClassName
{
border-color: #393D2F;
}
.TagClassName
{
border-color: #393D2F;
}
</style>