Shades of Log Cabin #383C2E
Tints of Log Cabin #383C2E
RGB
CMYK
RGB Variations
Color information
#383C2E (or 0x383C2E) is known color: Log Cabin. HEX triplet: 38, 3C and 2E. RGB value is (56,60,46). Sum of RGB (Red+Green+Blue) = 56+60+46=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 60 - color contains mainly: green. Hex color #383C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C2E is #C7C3D1. Grayscale: #393939. Windows color (decimal): -13091794 or 3030072. OLE color: 3030072.
HSL color Cylindrical-coordinate representation of color #383C2E: 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 #383C2E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 46 | - |
| 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.74 | 4.27 | 3.21 | - |
| YUV | 57.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 46 | 0.07 | 0 | 0.23 | 0.76 | 77.14 | 0.13 | 0.21 |
| Hex | 38 | 3C | 2E | 7 | 0 | 17 | 4C | 4D | D | 15 |
| Octal | 70 | 74 | 56 | 7 | 0 | 27 | 114 | 115 | 15 | 25 |
| Binary | 111000 | 111100 | 101110 | 111 | 0 | 10111 | 1001100 | 1001101 | 1101 | 10101 |
Color Harmonies of #383C2E
Complementary color
Monochromatic Colors of #383C2E
Black with #383C2E
Text Example
Text Example
White with #383C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C2E; }
p { color: rgb(56,60,46); }
H1.HeaderClassName
{
color: #383C2E;
}
.AnyTagClassName
{
color: #383C2E;
}
</style>
background-color css
<style>
a { background-color: #383C2E; }
a { background-color: rgb(56,60,46); }
div.DivClassName
{
background-color: #383C2E;
}
.BgClassName
{
background-color: #383C2E;
}
</style>
border-color css
<style>
span { border-color: #383C2E; }
span { border-color: rgb(56,60,46); }
td.TdClassName
{
border-color: #383C2E;
}
.TagClassName
{
border-color: #383C2E;
}
</style>