Shades of Log Cabin #3B4327
Tints of Log Cabin #3B4327
RGB
CMYK
RGB Variations
Color information
#3B4327 (or 0x3B4327) is known color: Log Cabin. HEX triplet: 3B, 43 and 27. RGB value is (59,67,39). Sum of RGB (Red+Green+Blue) = 59+67+39=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4327 is #C4BCD8. Grayscale: #3D3D3D. Windows color (decimal): -12893401 or 2573115. OLE color: 2573115.
HSL color Cylindrical-coordinate representation of color #3B4327: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B4327 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 39 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.74 |
| HSL | 77.14º | 0.26% | 0.21% | - |
| HSV(B) | 77.14º | 0.42% | 0.26% | - |
| XYZ | 4.18 | 5.09 | 2.68 | - |
| YUV | 61.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 39 | 0.12 | 0 | 0.42 | 0.74 | 77.14 | 0.26 | 0.21 |
| Hex | 3B | 43 | 27 | C | 0 | 2A | 4A | 4D | 1A | 15 |
| Octal | 73 | 103 | 47 | 14 | 0 | 52 | 112 | 115 | 32 | 25 |
| Binary | 111011 | 1000011 | 100111 | 1100 | 0 | 101010 | 1001010 | 1001101 | 11010 | 10101 |
Color Harmonies of #3B4327
Complementary color
Monochromatic Colors of #3B4327
Black with #3B4327
Text Example
Text Example
White with #3B4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4327; }
p { color: rgb(59,67,39); }
H1.HeaderClassName
{
color: #3B4327;
}
.AnyTagClassName
{
color: #3B4327;
}
</style>
background-color css
<style>
a { background-color: #3B4327; }
a { background-color: rgb(59,67,39); }
div.DivClassName
{
background-color: #3B4327;
}
.BgClassName
{
background-color: #3B4327;
}
</style>
border-color css
<style>
span { border-color: #3B4327; }
span { border-color: rgb(59,67,39); }
td.TdClassName
{
border-color: #3B4327;
}
.TagClassName
{
border-color: #3B4327;
}
</style>