Shades of Log Cabin #3B4328
Tints of Log Cabin #3B4328
RGB
CMYK
RGB Variations
Color information
#3B4328 (or 0x3B4328) is known color: Log Cabin. HEX triplet: 3B, 43 and 28. RGB value is (59,67,40). Sum of RGB (Red+Green+Blue) = 59+67+40=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4328 is #C4BCD7. Grayscale: #3D3D3D. Windows color (decimal): -12893400 or 2638651. OLE color: 2638651.
HSL color Cylindrical-coordinate representation of color #3B4328: hue angle of 77.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B4328 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 40 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.74 |
| HSL | 77.78º | 0.25% | 0.21% | - |
| HSV(B) | 77.78º | 0.4% | 0.26% | - |
| XYZ | 4.19 | 5.1 | 2.77 | - |
| YUV | 61.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 40 | 0.12 | 0 | 0.40 | 0.74 | 77.78 | 0.25 | 0.21 |
| Hex | 3B | 43 | 28 | C | 0 | 28 | 4A | 4E | 19 | 15 |
| Octal | 73 | 103 | 50 | 14 | 0 | 50 | 112 | 116 | 31 | 25 |
| Binary | 111011 | 1000011 | 101000 | 1100 | 0 | 101000 | 1001010 | 1001110 | 11001 | 10101 |
Color Harmonies of #3B4328
Complementary color
Monochromatic Colors of #3B4328
Black with #3B4328
Text Example
Text Example
White with #3B4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4328; }
p { color: rgb(59,67,40); }
H1.HeaderClassName
{
color: #3B4328;
}
.AnyTagClassName
{
color: #3B4328;
}
</style>
background-color css
<style>
a { background-color: #3B4328; }
a { background-color: rgb(59,67,40); }
div.DivClassName
{
background-color: #3B4328;
}
.BgClassName
{
background-color: #3B4328;
}
</style>
border-color css
<style>
span { border-color: #3B4328; }
span { border-color: rgb(59,67,40); }
td.TdClassName
{
border-color: #3B4328;
}
.TagClassName
{
border-color: #3B4328;
}
</style>