Shades of Log Cabin #394128
Tints of Log Cabin #394128
RGB
CMYK
RGB Variations
Color information
#394128 (or 0x394128) is known color: Log Cabin. HEX triplet: 39, 41 and 28. RGB value is (57,65,40). Sum of RGB (Red+Green+Blue) = 57+65+40=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #394128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394128 is #C6BED7. Grayscale: #3B3B3B. Windows color (decimal): -13024984 or 2638137. OLE color: 2638137.
HSL color Cylindrical-coordinate representation of color #394128: hue angle of 79.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #394128 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 40 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.75 |
| HSL | 79.2º | 0.24% | 0.21% | - |
| HSV(B) | 79.2º | 0.38% | 0.25% | - |
| XYZ | 3.96 | 4.8 | 2.73 | - |
| YUV | 59.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 40 | 0.12 | 0 | 0.38 | 0.75 | 79.2 | 0.24 | 0.21 |
| Hex | 39 | 41 | 28 | C | 0 | 26 | 4B | 4F | 18 | 15 |
| Octal | 71 | 101 | 50 | 14 | 0 | 46 | 113 | 117 | 30 | 25 |
| Binary | 111001 | 1000001 | 101000 | 1100 | 0 | 100110 | 1001011 | 1001111 | 11000 | 10101 |
Color Harmonies of #394128
Complementary color
Monochromatic Colors of #394128
Black with #394128
Text Example
Text Example
White with #394128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394128; }
p { color: rgb(57,65,40); }
H1.HeaderClassName
{
color: #394128;
}
.AnyTagClassName
{
color: #394128;
}
</style>
background-color css
<style>
a { background-color: #394128; }
a { background-color: rgb(57,65,40); }
div.DivClassName
{
background-color: #394128;
}
.BgClassName
{
background-color: #394128;
}
</style>
border-color css
<style>
span { border-color: #394128; }
span { border-color: rgb(57,65,40); }
td.TdClassName
{
border-color: #394128;
}
.TagClassName
{
border-color: #394128;
}
</style>