Shades of Log Cabin #393C31
Tints of Log Cabin #393C31
RGB
CMYK
RGB Variations
Color information
#393C31 (or 0x393C31) is known color: Log Cabin. HEX triplet: 39, 3C and 31. RGB value is (57,60,49). Sum of RGB (Red+Green+Blue) = 57+60+49=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #393C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C31 is #C6C3CE. Grayscale: #393939. Windows color (decimal): -13026255 or 3226681. OLE color: 3226681.
HSL color Cylindrical-coordinate representation of color #393C31: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #393C31 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 49 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.76 |
| HSL | 76.36º | 0.1% | 0.21% | - |
| HSV(B) | 76.36º | 0.18% | 0.24% | - |
| XYZ | 3.86 | 4.32 | 3.54 | - |
| YUV | 57.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 49 | 0.05 | 0 | 0.18 | 0.76 | 76.36 | 0.1 | 0.21 |
| Hex | 39 | 3C | 31 | 5 | 0 | 12 | 4C | 4C | A | 15 |
| Octal | 71 | 74 | 61 | 5 | 0 | 22 | 114 | 114 | 12 | 25 |
| Binary | 111001 | 111100 | 110001 | 101 | 0 | 10010 | 1001100 | 1001100 | 1010 | 10101 |
Color Harmonies of #393C31
Complementary color
Monochromatic Colors of #393C31
Black with #393C31
Text Example
Text Example
White with #393C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C31; }
p { color: rgb(57,60,49); }
H1.HeaderClassName
{
color: #393C31;
}
.AnyTagClassName
{
color: #393C31;
}
</style>
background-color css
<style>
a { background-color: #393C31; }
a { background-color: rgb(57,60,49); }
div.DivClassName
{
background-color: #393C31;
}
.BgClassName
{
background-color: #393C31;
}
</style>
border-color css
<style>
span { border-color: #393C31; }
span { border-color: rgb(57,60,49); }
td.TdClassName
{
border-color: #393C31;
}
.TagClassName
{
border-color: #393C31;
}
</style>