Shades of Log Cabin #383E2D
Tints of Log Cabin #383E2D
RGB
CMYK
RGB Variations
Color information
#383E2D (or 0x383E2D) is known color: Log Cabin. HEX triplet: 38, 3E and 2D. RGB value is (56,62,45). Sum of RGB (Red+Green+Blue) = 56+62+45=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 62 - color contains mainly: green. Hex color #383E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E2D is #C7C1D2. Grayscale: #3A3A3A. Windows color (decimal): -13091283 or 2965048. OLE color: 2965048.
HSL color Cylindrical-coordinate representation of color #383E2D: hue angle of 81.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383E2D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 62 | 45 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.76 |
| HSL | 81.18º | 0.16% | 0.21% | - |
| HSV(B) | 81.18º | 0.27% | 0.24% | - |
| XYZ | 3.83 | 4.48 | 3.14 | - |
| YUV | 58.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 45 | 0.10 | 0 | 0.27 | 0.76 | 81.18 | 0.16 | 0.21 |
| Hex | 38 | 3E | 2D | A | 0 | 1B | 4C | 51 | 10 | 15 |
| Octal | 70 | 76 | 55 | 12 | 0 | 33 | 114 | 121 | 20 | 25 |
| Binary | 111000 | 111110 | 101101 | 1010 | 0 | 11011 | 1001100 | 1010001 | 10000 | 10101 |
Color Harmonies of #383E2D
Complementary color
Monochromatic Colors of #383E2D
Black with #383E2D
Text Example
Text Example
White with #383E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E2D; }
p { color: rgb(56,62,45); }
H1.HeaderClassName
{
color: #383E2D;
}
.AnyTagClassName
{
color: #383E2D;
}
</style>
background-color css
<style>
a { background-color: #383E2D; }
a { background-color: rgb(56,62,45); }
div.DivClassName
{
background-color: #383E2D;
}
.BgClassName
{
background-color: #383E2D;
}
</style>
border-color css
<style>
span { border-color: #383E2D; }
span { border-color: rgb(56,62,45); }
td.TdClassName
{
border-color: #383E2D;
}
.TagClassName
{
border-color: #383E2D;
}
</style>