Shades of Log Cabin #393F2C
Tints of Log Cabin #393F2C
RGB
CMYK
RGB Variations
Color information
#393F2C (or 0x393F2C) is known color: Log Cabin. HEX triplet: 39, 3F and 2C. RGB value is (57,63,44). Sum of RGB (Red+Green+Blue) = 57+63+44=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #393F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F2C is #C6C0D3. Grayscale: #3B3B3B. Windows color (decimal): -13025492 or 2899769. OLE color: 2899769.
HSL color Cylindrical-coordinate representation of color #393F2C: hue angle of 78.95º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #393F2C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 44 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.75 |
| HSL | 78.95º | 0.18% | 0.21% | - |
| HSV(B) | 78.95º | 0.3% | 0.25% | - |
| XYZ | 3.92 | 4.61 | 3.07 | - |
| YUV | 59.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 44 | 0.10 | 0 | 0.30 | 0.75 | 78.95 | 0.18 | 0.21 |
| Hex | 39 | 3F | 2C | A | 0 | 1E | 4B | 4F | 12 | 15 |
| Octal | 71 | 77 | 54 | 12 | 0 | 36 | 113 | 117 | 22 | 25 |
| Binary | 111001 | 111111 | 101100 | 1010 | 0 | 11110 | 1001011 | 1001111 | 10010 | 10101 |
Color Harmonies of #393F2C
Complementary color
Monochromatic Colors of #393F2C
Black with #393F2C
Text Example
Text Example
White with #393F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F2C; }
p { color: rgb(57,63,44); }
H1.HeaderClassName
{
color: #393F2C;
}
.AnyTagClassName
{
color: #393F2C;
}
</style>
background-color css
<style>
a { background-color: #393F2C; }
a { background-color: rgb(57,63,44); }
div.DivClassName
{
background-color: #393F2C;
}
.BgClassName
{
background-color: #393F2C;
}
</style>
border-color css
<style>
span { border-color: #393F2C; }
span { border-color: rgb(57,63,44); }
td.TdClassName
{
border-color: #393F2C;
}
.TagClassName
{
border-color: #393F2C;
}
</style>