Shades of Log Cabin #383C2D
Tints of Log Cabin #383C2D
RGB
CMYK
RGB Variations
Color information
#383C2D (or 0x383C2D) is known color: Log Cabin. HEX triplet: 38, 3C and 2D. RGB value is (56,60,45). Sum of RGB (Red+Green+Blue) = 56+60+45=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 60 - color contains mainly: green. Hex color #383C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C2D is #C7C3D2. Grayscale: #393939. Windows color (decimal): -13091795 or 2964536. OLE color: 2964536.
HSL color Cylindrical-coordinate representation of color #383C2D: hue angle of 76º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #383C2D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 45 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.76 |
| HSL | 76º | 0.14% | 0.21% | - |
| HSV(B) | 76º | 0.25% | 0.24% | - |
| XYZ | 3.72 | 4.26 | 3.11 | - |
| YUV | 57.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 45 | 0.07 | 0 | 0.25 | 0.76 | 76 | 0.14 | 0.21 |
| Hex | 38 | 3C | 2D | 7 | 0 | 19 | 4C | 4C | E | 15 |
| Octal | 70 | 74 | 55 | 7 | 0 | 31 | 114 | 114 | 16 | 25 |
| Binary | 111000 | 111100 | 101101 | 111 | 0 | 11001 | 1001100 | 1001100 | 1110 | 10101 |
Color Harmonies of #383C2D
Complementary color
Monochromatic Colors of #383C2D
Black with #383C2D
Text Example
Text Example
White with #383C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C2D; }
p { color: rgb(56,60,45); }
H1.HeaderClassName
{
color: #383C2D;
}
.AnyTagClassName
{
color: #383C2D;
}
</style>
background-color css
<style>
a { background-color: #383C2D; }
a { background-color: rgb(56,60,45); }
div.DivClassName
{
background-color: #383C2D;
}
.BgClassName
{
background-color: #383C2D;
}
</style>
border-color css
<style>
span { border-color: #383C2D; }
span { border-color: rgb(56,60,45); }
td.TdClassName
{
border-color: #383C2D;
}
.TagClassName
{
border-color: #383C2D;
}
</style>