Shades of Log Cabin #383B31
Tints of Log Cabin #383B31
RGB
CMYK
RGB Variations
Color information
#383B31 (or 0x383B31) is known color: Log Cabin. HEX triplet: 38, 3B and 31. RGB value is (56,59,49). Sum of RGB (Red+Green+Blue) = 56+59+49=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #383B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B31 is #C7C4CE. Grayscale: #393939. Windows color (decimal): -13092047 or 3226424. OLE color: 3226424.
HSL color Cylindrical-coordinate representation of color #383B31: hue angle of 78º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383B31 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 49 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.77 |
| HSL | 78º | 0.09% | 0.21% | - |
| HSV(B) | 78º | 0.17% | 0.23% | - |
| XYZ | 3.75 | 4.19 | 3.52 | - |
| YUV | 56.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 49 | 0.05 | 0 | 0.17 | 0.77 | 78 | 0.09 | 0.21 |
| Hex | 38 | 3B | 31 | 5 | 0 | 11 | 4D | 4E | 9 | 15 |
| Octal | 70 | 73 | 61 | 5 | 0 | 21 | 115 | 116 | 11 | 25 |
| Binary | 111000 | 111011 | 110001 | 101 | 0 | 10001 | 1001101 | 1001110 | 1001 | 10101 |
Color Harmonies of #383B31
Complementary color
Monochromatic Colors of #383B31
Black with #383B31
Text Example
Text Example
White with #383B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B31; }
p { color: rgb(56,59,49); }
H1.HeaderClassName
{
color: #383B31;
}
.AnyTagClassName
{
color: #383B31;
}
</style>
background-color css
<style>
a { background-color: #383B31; }
a { background-color: rgb(56,59,49); }
div.DivClassName
{
background-color: #383B31;
}
.BgClassName
{
background-color: #383B31;
}
</style>
border-color css
<style>
span { border-color: #383B31; }
span { border-color: rgb(56,59,49); }
td.TdClassName
{
border-color: #383B31;
}
.TagClassName
{
border-color: #383B31;
}
</style>