Shades of Log Cabin #3A4328
Tints of Log Cabin #3A4328
RGB
CMYK
RGB Variations
Color information
#3A4328 (or 0x3A4328) is known color: Log Cabin. HEX triplet: 3A, 43 and 28. RGB value is (58,67,40). Sum of RGB (Red+Green+Blue) = 58+67+40=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4328 is #C5BCD7. Grayscale: #3D3D3D. Windows color (decimal): -12958936 or 2638650. OLE color: 2638650.
HSL color Cylindrical-coordinate representation of color #3A4328: hue angle of 80º 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 #3A4328 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 40 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.74 |
| HSL | 80º | 0.25% | 0.21% | - |
| HSV(B) | 80º | 0.4% | 0.26% | - |
| XYZ | 4.14 | 5.07 | 2.77 | - |
| YUV | 61.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 40 | 0.13 | 0 | 0.40 | 0.74 | 80 | 0.25 | 0.21 |
| Hex | 3A | 43 | 28 | D | 0 | 28 | 4A | 50 | 19 | 15 |
| Octal | 72 | 103 | 50 | 15 | 0 | 50 | 112 | 120 | 31 | 25 |
| Binary | 111010 | 1000011 | 101000 | 1101 | 0 | 101000 | 1001010 | 1010000 | 11001 | 10101 |
Color Harmonies of #3A4328
Complementary color
Monochromatic Colors of #3A4328
Black with #3A4328
Text Example
Text Example
White with #3A4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4328; }
p { color: rgb(58,67,40); }
H1.HeaderClassName
{
color: #3A4328;
}
.AnyTagClassName
{
color: #3A4328;
}
</style>
background-color css
<style>
a { background-color: #3A4328; }
a { background-color: rgb(58,67,40); }
div.DivClassName
{
background-color: #3A4328;
}
.BgClassName
{
background-color: #3A4328;
}
</style>
border-color css
<style>
span { border-color: #3A4328; }
span { border-color: rgb(58,67,40); }
td.TdClassName
{
border-color: #3A4328;
}
.TagClassName
{
border-color: #3A4328;
}
</style>