Shades of Log Cabin #383D2F
Tints of Log Cabin #383D2F
RGB
CMYK
RGB Variations
Color information
#383D2F (or 0x383D2F) is known color: Log Cabin. HEX triplet: 38, 3D and 2F. RGB value is (56,61,47). Sum of RGB (Red+Green+Blue) = 56+61+47=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #383D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D2F is #C7C2D0. Grayscale: #393939. Windows color (decimal): -13091537 or 3095864. OLE color: 3095864.
HSL color Cylindrical-coordinate representation of color #383D2F: hue angle of 81.43º 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 #383D2F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 47 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.76 |
| HSL | 81.43º | 0.13% | 0.21% | - |
| HSV(B) | 81.43º | 0.23% | 0.24% | - |
| XYZ | 3.81 | 4.38 | 3.33 | - |
| YUV | 57.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 47 | 0.08 | 0 | 0.23 | 0.76 | 81.43 | 0.13 | 0.21 |
| Hex | 38 | 3D | 2F | 8 | 0 | 17 | 4C | 51 | D | 15 |
| Octal | 70 | 75 | 57 | 10 | 0 | 27 | 114 | 121 | 15 | 25 |
| Binary | 111000 | 111101 | 101111 | 1000 | 0 | 10111 | 1001100 | 1010001 | 1101 | 10101 |
Color Harmonies of #383D2F
Complementary color
Monochromatic Colors of #383D2F
Black with #383D2F
Text Example
Text Example
White with #383D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D2F; }
p { color: rgb(56,61,47); }
H1.HeaderClassName
{
color: #383D2F;
}
.AnyTagClassName
{
color: #383D2F;
}
</style>
background-color css
<style>
a { background-color: #383D2F; }
a { background-color: rgb(56,61,47); }
div.DivClassName
{
background-color: #383D2F;
}
.BgClassName
{
background-color: #383D2F;
}
</style>
border-color css
<style>
span { border-color: #383D2F; }
span { border-color: rgb(56,61,47); }
td.TdClassName
{
border-color: #383D2F;
}
.TagClassName
{
border-color: #383D2F;
}
</style>