Shades of Log Cabin #393D31
Tints of Log Cabin #393D31
RGB
CMYK
RGB Variations
Color information
#393D31 (or 0x393D31) is known color: Log Cabin. HEX triplet: 39, 3D and 31. RGB value is (57,61,49). Sum of RGB (Red+Green+Blue) = 57+61+49=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #393D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D31 is #C6C2CE. Grayscale: #3A3A3A. Windows color (decimal): -13025999 or 3226937. OLE color: 3226937.
HSL color Cylindrical-coordinate representation of color #393D31: hue angle of 80º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #393D31 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 49 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.76 |
| HSL | 80º | 0.11% | 0.22% | - |
| HSV(B) | 80º | 0.2% | 0.24% | - |
| XYZ | 3.91 | 4.43 | 3.55 | - |
| YUV | 58.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 49 | 0.07 | 0 | 0.20 | 0.76 | 80 | 0.11 | 0.22 |
| Hex | 39 | 3D | 31 | 7 | 0 | 14 | 4C | 50 | B | 16 |
| Octal | 71 | 75 | 61 | 7 | 0 | 24 | 114 | 120 | 13 | 26 |
| Binary | 111001 | 111101 | 110001 | 111 | 0 | 10100 | 1001100 | 1010000 | 1011 | 10110 |
Color Harmonies of #393D31
Complementary color
Monochromatic Colors of #393D31
Black with #393D31
Text Example
Text Example
White with #393D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D31; }
p { color: rgb(57,61,49); }
H1.HeaderClassName
{
color: #393D31;
}
.AnyTagClassName
{
color: #393D31;
}
</style>
background-color css
<style>
a { background-color: #393D31; }
a { background-color: rgb(57,61,49); }
div.DivClassName
{
background-color: #393D31;
}
.BgClassName
{
background-color: #393D31;
}
</style>
border-color css
<style>
span { border-color: #393D31; }
span { border-color: rgb(57,61,49); }
td.TdClassName
{
border-color: #393D31;
}
.TagClassName
{
border-color: #393D31;
}
</style>