Shades of Log Cabin #3A412B
Tints of Log Cabin #3A412B
RGB
CMYK
RGB Variations
Color information
#3A412B (or 0x3A412B) is known color: Log Cabin. HEX triplet: 3A, 41 and 2B. RGB value is (58,65,43). Sum of RGB (Red+Green+Blue) = 58+65+43=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412B is #C5BED4. Grayscale: #3C3C3C. Windows color (decimal): -12959445 or 2834746. OLE color: 2834746.
HSL color Cylindrical-coordinate representation of color #3A412B: hue angle of 79.09º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A412B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 43 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.75 |
| HSL | 79.09º | 0.2% | 0.21% | - |
| HSV(B) | 79.09º | 0.34% | 0.25% | - |
| XYZ | 4.07 | 4.85 | 3.01 | - |
| YUV | 60.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 43 | 0.11 | 0 | 0.34 | 0.75 | 79.09 | 0.2 | 0.21 |
| Hex | 3A | 41 | 2B | B | 0 | 22 | 4B | 4F | 14 | 15 |
| Octal | 72 | 101 | 53 | 13 | 0 | 42 | 113 | 117 | 24 | 25 |
| Binary | 111010 | 1000001 | 101011 | 1011 | 0 | 100010 | 1001011 | 1001111 | 10100 | 10101 |
Color Harmonies of #3A412B
Complementary color
Monochromatic Colors of #3A412B
Black with #3A412B
Text Example
Text Example
White with #3A412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A412B; }
p { color: rgb(58,65,43); }
H1.HeaderClassName
{
color: #3A412B;
}
.AnyTagClassName
{
color: #3A412B;
}
</style>
background-color css
<style>
a { background-color: #3A412B; }
a { background-color: rgb(58,65,43); }
div.DivClassName
{
background-color: #3A412B;
}
.BgClassName
{
background-color: #3A412B;
}
</style>
border-color css
<style>
span { border-color: #3A412B; }
span { border-color: rgb(58,65,43); }
td.TdClassName
{
border-color: #3A412B;
}
.TagClassName
{
border-color: #3A412B;
}
</style>