Shades of Log Cabin #3A402A
Tints of Log Cabin #3A402A
RGB
CMYK
RGB Variations
Color information
#3A402A (or 0x3A402A) is known color: Log Cabin. HEX triplet: 3A, 40 and 2A. RGB value is (58,64,42). Sum of RGB (Red+Green+Blue) = 58+64+42=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #3A402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A402A is #C5BFD5. Grayscale: #3B3B3B. Windows color (decimal): -12959702 or 2768954. OLE color: 2768954.
HSL color Cylindrical-coordinate representation of color #3A402A: hue angle of 76.36º degrees, saturation: 0.21, 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 #3A402A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 42 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.75 |
| HSL | 76.36º | 0.21% | 0.21% | - |
| HSV(B) | 76.36º | 0.34% | 0.25% | - |
| XYZ | 4 | 4.73 | 2.89 | - |
| YUV | 59.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 42 | 0.09 | 0 | 0.34 | 0.75 | 76.36 | 0.21 | 0.21 |
| Hex | 3A | 40 | 2A | 9 | 0 | 22 | 4B | 4C | 15 | 15 |
| Octal | 72 | 100 | 52 | 11 | 0 | 42 | 113 | 114 | 25 | 25 |
| Binary | 111010 | 1000000 | 101010 | 1001 | 0 | 100010 | 1001011 | 1001100 | 10101 | 10101 |
Color Harmonies of #3A402A
Complementary color
Monochromatic Colors of #3A402A
Black with #3A402A
Text Example
Text Example
White with #3A402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A402A; }
p { color: rgb(58,64,42); }
H1.HeaderClassName
{
color: #3A402A;
}
.AnyTagClassName
{
color: #3A402A;
}
</style>
background-color css
<style>
a { background-color: #3A402A; }
a { background-color: rgb(58,64,42); }
div.DivClassName
{
background-color: #3A402A;
}
.BgClassName
{
background-color: #3A402A;
}
</style>
border-color css
<style>
span { border-color: #3A402A; }
span { border-color: rgb(58,64,42); }
td.TdClassName
{
border-color: #3A402A;
}
.TagClassName
{
border-color: #3A402A;
}
</style>