Shades of Log Cabin #3A402F
Tints of Log Cabin #3A402F
RGB
CMYK
RGB Variations
Color information
#3A402F (or 0x3A402F) is known color: Log Cabin. HEX triplet: 3A, 40 and 2F. RGB value is (58,64,47). Sum of RGB (Red+Green+Blue) = 58+64+47=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #3A402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A402F is #C5BFD0. Grayscale: #3C3C3C. Windows color (decimal): -12959697 or 3096634. OLE color: 3096634.
HSL color Cylindrical-coordinate representation of color #3A402F: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A402F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 47 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.75 |
| HSL | 81.18º | 0.15% | 0.22% | - |
| HSV(B) | 81.18º | 0.27% | 0.25% | - |
| XYZ | 4.09 | 4.77 | 3.39 | - |
| YUV | 60.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 47 | 0.09 | 0 | 0.27 | 0.75 | 81.18 | 0.15 | 0.22 |
| Hex | 3A | 40 | 2F | 9 | 0 | 1B | 4B | 51 | F | 16 |
| Octal | 72 | 100 | 57 | 11 | 0 | 33 | 113 | 121 | 17 | 26 |
| Binary | 111010 | 1000000 | 101111 | 1001 | 0 | 11011 | 1001011 | 1010001 | 1111 | 10110 |
Color Harmonies of #3A402F
Complementary color
Monochromatic Colors of #3A402F
Black with #3A402F
Text Example
Text Example
White with #3A402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A402F; }
p { color: rgb(58,64,47); }
H1.HeaderClassName
{
color: #3A402F;
}
.AnyTagClassName
{
color: #3A402F;
}
</style>
background-color css
<style>
a { background-color: #3A402F; }
a { background-color: rgb(58,64,47); }
div.DivClassName
{
background-color: #3A402F;
}
.BgClassName
{
background-color: #3A402F;
}
</style>
border-color css
<style>
span { border-color: #3A402F; }
span { border-color: rgb(58,64,47); }
td.TdClassName
{
border-color: #3A402F;
}
.TagClassName
{
border-color: #3A402F;
}
</style>