Shades of Log Cabin #3A422C
Tints of Log Cabin #3A422C
RGB
CMYK
RGB Variations
Color information
#3A422C (or 0x3A422C) is known color: Log Cabin. HEX triplet: 3A, 42 and 2C. RGB value is (58,66,44). Sum of RGB (Red+Green+Blue) = 58+66+44=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #3A422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A422C is #C5BDD3. Grayscale: #3D3D3D. Windows color (decimal): -12959188 or 2900538. OLE color: 2900538.
HSL color Cylindrical-coordinate representation of color #3A422C: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A422C is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 44 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.74 |
| HSL | 81.82º | 0.2% | 0.22% | - |
| HSV(B) | 81.82º | 0.33% | 0.26% | - |
| XYZ | 4.15 | 4.98 | 3.13 | - |
| YUV | 61.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 44 | 0.12 | 0 | 0.33 | 0.74 | 81.82 | 0.2 | 0.22 |
| Hex | 3A | 42 | 2C | C | 0 | 21 | 4A | 52 | 14 | 16 |
| Octal | 72 | 102 | 54 | 14 | 0 | 41 | 112 | 122 | 24 | 26 |
| Binary | 111010 | 1000010 | 101100 | 1100 | 0 | 100001 | 1001010 | 1010010 | 10100 | 10110 |
Color Harmonies of #3A422C
Complementary color
Monochromatic Colors of #3A422C
Black with #3A422C
Text Example
Text Example
White with #3A422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A422C; }
p { color: rgb(58,66,44); }
H1.HeaderClassName
{
color: #3A422C;
}
.AnyTagClassName
{
color: #3A422C;
}
</style>
background-color css
<style>
a { background-color: #3A422C; }
a { background-color: rgb(58,66,44); }
div.DivClassName
{
background-color: #3A422C;
}
.BgClassName
{
background-color: #3A422C;
}
</style>
border-color css
<style>
span { border-color: #3A422C; }
span { border-color: rgb(58,66,44); }
td.TdClassName
{
border-color: #3A422C;
}
.TagClassName
{
border-color: #3A422C;
}
</style>