Shades of Log Cabin #363B2B
Tints of Log Cabin #363B2B
RGB
CMYK
RGB Variations
Color information
#363B2B (or 0x363B2B) is known color: Log Cabin. HEX triplet: 36, 3B and 2B. RGB value is (54,59,43). Sum of RGB (Red+Green+Blue) = 54+59+43=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #363B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B2B is #C9C4D4. Grayscale: #373737. Windows color (decimal): -13223125 or 2833206. OLE color: 2833206.
HSL color Cylindrical-coordinate representation of color #363B2B: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #363B2B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 43 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.77 |
| HSL | 78.75º | 0.16% | 0.2% | - |
| HSV(B) | 78.75º | 0.27% | 0.23% | - |
| XYZ | 3.52 | 4.09 | 2.89 | - |
| YUV | 55.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 43 | 0.08 | 0 | 0.27 | 0.77 | 78.75 | 0.16 | 0.2 |
| Hex | 36 | 3B | 2B | 8 | 0 | 1B | 4D | 4F | 10 | 14 |
| Octal | 66 | 73 | 53 | 10 | 0 | 33 | 115 | 117 | 20 | 24 |
| Binary | 110110 | 111011 | 101011 | 1000 | 0 | 11011 | 1001101 | 1001111 | 10000 | 10100 |
Color Harmonies of #363B2B
Complementary color
Monochromatic Colors of #363B2B
Black with #363B2B
Text Example
Text Example
White with #363B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B2B; }
p { color: rgb(54,59,43); }
H1.HeaderClassName
{
color: #363B2B;
}
.AnyTagClassName
{
color: #363B2B;
}
</style>
background-color css
<style>
a { background-color: #363B2B; }
a { background-color: rgb(54,59,43); }
div.DivClassName
{
background-color: #363B2B;
}
.BgClassName
{
background-color: #363B2B;
}
</style>
border-color css
<style>
span { border-color: #363B2B; }
span { border-color: rgb(54,59,43); }
td.TdClassName
{
border-color: #363B2B;
}
.TagClassName
{
border-color: #363B2B;
}
</style>