Shades of Log Cabin #363C2C
Tints of Log Cabin #363C2C
RGB
CMYK
RGB Variations
Color information
#363C2C (or 0x363C2C) is known color: Log Cabin. HEX triplet: 36, 3C and 2C. RGB value is (54,60,44). Sum of RGB (Red+Green+Blue) = 54+60+44=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #363C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C2C is #C9C3D3. Grayscale: #383838. Windows color (decimal): -13222868 or 2898998. OLE color: 2898998.
HSL color Cylindrical-coordinate representation of color #363C2C: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #363C2C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 44 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.76 |
| HSL | 82.5º | 0.15% | 0.2% | - |
| HSV(B) | 82.5º | 0.27% | 0.24% | - |
| XYZ | 3.59 | 4.2 | 3 | - |
| YUV | 56.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 44 | 0.10 | 0 | 0.27 | 0.76 | 82.5 | 0.15 | 0.2 |
| Hex | 36 | 3C | 2C | A | 0 | 1B | 4C | 52 | F | 14 |
| Octal | 66 | 74 | 54 | 12 | 0 | 33 | 114 | 122 | 17 | 24 |
| Binary | 110110 | 111100 | 101100 | 1010 | 0 | 11011 | 1001100 | 1010010 | 1111 | 10100 |
Color Harmonies of #363C2C
Complementary color
Monochromatic Colors of #363C2C
Black with #363C2C
Text Example
Text Example
White with #363C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C2C; }
p { color: rgb(54,60,44); }
H1.HeaderClassName
{
color: #363C2C;
}
.AnyTagClassName
{
color: #363C2C;
}
</style>
background-color css
<style>
a { background-color: #363C2C; }
a { background-color: rgb(54,60,44); }
div.DivClassName
{
background-color: #363C2C;
}
.BgClassName
{
background-color: #363C2C;
}
</style>
border-color css
<style>
span { border-color: #363C2C; }
span { border-color: rgb(54,60,44); }
td.TdClassName
{
border-color: #363C2C;
}
.TagClassName
{
border-color: #363C2C;
}
</style>