Shades of Log Cabin #3A422A
Tints of Log Cabin #3A422A
RGB
CMYK
RGB Variations
Color information
#3A422A (or 0x3A422A) is known color: Log Cabin. HEX triplet: 3A, 42 and 2A. RGB value is (58,66,42). Sum of RGB (Red+Green+Blue) = 58+66+42=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #3A422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A422A is #C5BDD5. Grayscale: #3C3C3C. Windows color (decimal): -12959190 or 2769466. OLE color: 2769466.
HSL color Cylindrical-coordinate representation of color #3A422A: hue angle of 80º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A422A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 42 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.74 |
| HSL | 80º | 0.22% | 0.21% | - |
| HSV(B) | 80º | 0.36% | 0.26% | - |
| XYZ | 4.11 | 4.96 | 2.93 | - |
| YUV | 60.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 42 | 0.12 | 0 | 0.36 | 0.74 | 80 | 0.22 | 0.21 |
| Hex | 3A | 42 | 2A | C | 0 | 24 | 4A | 50 | 16 | 15 |
| Octal | 72 | 102 | 52 | 14 | 0 | 44 | 112 | 120 | 26 | 25 |
| Binary | 111010 | 1000010 | 101010 | 1100 | 0 | 100100 | 1001010 | 1010000 | 10110 | 10101 |
Color Harmonies of #3A422A
Complementary color
Monochromatic Colors of #3A422A
Black with #3A422A
Text Example
Text Example
White with #3A422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A422A; }
p { color: rgb(58,66,42); }
H1.HeaderClassName
{
color: #3A422A;
}
.AnyTagClassName
{
color: #3A422A;
}
</style>
background-color css
<style>
a { background-color: #3A422A; }
a { background-color: rgb(58,66,42); }
div.DivClassName
{
background-color: #3A422A;
}
.BgClassName
{
background-color: #3A422A;
}
</style>
border-color css
<style>
span { border-color: #3A422A; }
span { border-color: rgb(58,66,42); }
td.TdClassName
{
border-color: #3A422A;
}
.TagClassName
{
border-color: #3A422A;
}
</style>