Shades of Log Cabin #363A2C
Tints of Log Cabin #363A2C
RGB
CMYK
RGB Variations
Color information
#363A2C (or 0x363A2C) is known color: Log Cabin. HEX triplet: 36, 3A and 2C. RGB value is (54,58,44). Sum of RGB (Red+Green+Blue) = 54+58+44=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #363A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A2C is #C9C5D3. Grayscale: #373737. Windows color (decimal): -13223380 or 2898486. OLE color: 2898486.
HSL color Cylindrical-coordinate representation of color #363A2C: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363A2C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 44 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.77 |
| HSL | 77.14º | 0.14% | 0.2% | - |
| HSV(B) | 77.14º | 0.24% | 0.23% | - |
| XYZ | 3.49 | 3.99 | 2.97 | - |
| YUV | 55.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 44 | 0.07 | 0 | 0.24 | 0.77 | 77.14 | 0.14 | 0.2 |
| Hex | 36 | 3A | 2C | 7 | 0 | 18 | 4D | 4D | E | 14 |
| Octal | 66 | 72 | 54 | 7 | 0 | 30 | 115 | 115 | 16 | 24 |
| Binary | 110110 | 111010 | 101100 | 111 | 0 | 11000 | 1001101 | 1001101 | 1110 | 10100 |
Color Harmonies of #363A2C
Complementary color
Monochromatic Colors of #363A2C
Black with #363A2C
Text Example
Text Example
White with #363A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A2C; }
p { color: rgb(54,58,44); }
H1.HeaderClassName
{
color: #363A2C;
}
.AnyTagClassName
{
color: #363A2C;
}
</style>
background-color css
<style>
a { background-color: #363A2C; }
a { background-color: rgb(54,58,44); }
div.DivClassName
{
background-color: #363A2C;
}
.BgClassName
{
background-color: #363A2C;
}
</style>
border-color css
<style>
span { border-color: #363A2C; }
span { border-color: rgb(54,58,44); }
td.TdClassName
{
border-color: #363A2C;
}
.TagClassName
{
border-color: #363A2C;
}
</style>