Shades of Log Cabin #383D2C
Tints of Log Cabin #383D2C
RGB
CMYK
RGB Variations
Color information
#383D2C (or 0x383D2C) is known color: Log Cabin. HEX triplet: 38, 3D and 2C. RGB value is (56,61,44). Sum of RGB (Red+Green+Blue) = 56+61+44=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #383D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D2C is #C7C2D3. Grayscale: #393939. Windows color (decimal): -13091540 or 2899256. OLE color: 2899256.
HSL color Cylindrical-coordinate representation of color #383D2C: hue angle of 77.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #383D2C is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 44 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.76 |
| HSL | 77.65º | 0.16% | 0.21% | - |
| HSV(B) | 77.65º | 0.28% | 0.24% | - |
| XYZ | 3.75 | 4.36 | 3.03 | - |
| YUV | 57.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 44 | 0.08 | 0 | 0.28 | 0.76 | 77.65 | 0.16 | 0.21 |
| Hex | 38 | 3D | 2C | 8 | 0 | 1C | 4C | 4E | 10 | 15 |
| Octal | 70 | 75 | 54 | 10 | 0 | 34 | 114 | 116 | 20 | 25 |
| Binary | 111000 | 111101 | 101100 | 1000 | 0 | 11100 | 1001100 | 1001110 | 10000 | 10101 |
Color Harmonies of #383D2C
Complementary color
Monochromatic Colors of #383D2C
Black with #383D2C
Text Example
Text Example
White with #383D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D2C; }
p { color: rgb(56,61,44); }
H1.HeaderClassName
{
color: #383D2C;
}
.AnyTagClassName
{
color: #383D2C;
}
</style>
background-color css
<style>
a { background-color: #383D2C; }
a { background-color: rgb(56,61,44); }
div.DivClassName
{
background-color: #383D2C;
}
.BgClassName
{
background-color: #383D2C;
}
</style>
border-color css
<style>
span { border-color: #383D2C; }
span { border-color: rgb(56,61,44); }
td.TdClassName
{
border-color: #383D2C;
}
.TagClassName
{
border-color: #383D2C;
}
</style>