Shades of Log Cabin #383A34
Tints of Log Cabin #383A34
RGB
CMYK
RGB Variations
Color information
#383A34 (or 0x383A34) is known color: Log Cabin. HEX triplet: 38, 3A and 34. RGB value is (56,58,52). Sum of RGB (Red+Green+Blue) = 56+58+52=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 58 - color contains mainly: green. Hex color #383A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A34 is #C7C5CB. Grayscale: #383838. Windows color (decimal): -13092300 or 3422776. OLE color: 3422776.
HSL color Cylindrical-coordinate representation of color #383A34: hue angle of 80º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #383A34 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 52 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.77 |
| HSL | 80º | 0.05% | 0.22% | - |
| HSV(B) | 80º | 0.1% | 0.23% | - |
| XYZ | 3.76 | 4.11 | 3.84 | - |
| YUV | 56.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 52 | 0.03 | 0 | 0.10 | 0.77 | 80 | 0.05 | 0.22 |
| Hex | 38 | 3A | 34 | 3 | 0 | A | 4D | 50 | 5 | 16 |
| Octal | 70 | 72 | 64 | 3 | 0 | 12 | 115 | 120 | 5 | 26 |
| Binary | 111000 | 111010 | 110100 | 11 | 0 | 1010 | 1001101 | 1010000 | 101 | 10110 |
Color Harmonies of #383A34
Complementary color
Monochromatic Colors of #383A34
Black with #383A34
Text Example
Text Example
White with #383A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A34; }
p { color: rgb(56,58,52); }
H1.HeaderClassName
{
color: #383A34;
}
.AnyTagClassName
{
color: #383A34;
}
</style>
background-color css
<style>
a { background-color: #383A34; }
a { background-color: rgb(56,58,52); }
div.DivClassName
{
background-color: #383A34;
}
.BgClassName
{
background-color: #383A34;
}
</style>
border-color css
<style>
span { border-color: #383A34; }
span { border-color: rgb(56,58,52); }
td.TdClassName
{
border-color: #383A34;
}
.TagClassName
{
border-color: #383A34;
}
</style>