Shades of Log Cabin #3D462A
Tints of Log Cabin #3D462A
RGB
CMYK
RGB Variations
Color information
#3D462A (or 0x3D462A) is known color: Log Cabin. HEX triplet: 3D, 46 and 2A. RGB value is (61,70,42). Sum of RGB (Red+Green+Blue) = 61+70+42=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #3D462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D462A is #C2B9D5. Grayscale: #404040. Windows color (decimal): -12761558 or 2770493. OLE color: 2770493.
HSL color Cylindrical-coordinate representation of color #3D462A: hue angle of 79.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D462A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 70 | 42 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.73 |
| HSL | 79.29º | 0.25% | 0.22% | - |
| HSV(B) | 79.29º | 0.4% | 0.27% | - |
| XYZ | 4.53 | 5.54 | 3.02 | - |
| YUV | 64.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 42 | 0.13 | 0 | 0.40 | 0.73 | 79.29 | 0.25 | 0.22 |
| Hex | 3D | 46 | 2A | D | 0 | 28 | 49 | 4F | 19 | 16 |
| Octal | 75 | 106 | 52 | 15 | 0 | 50 | 111 | 117 | 31 | 26 |
| Binary | 111101 | 1000110 | 101010 | 1101 | 0 | 101000 | 1001001 | 1001111 | 11001 | 10110 |
Color Harmonies of #3D462A
Complementary color
Monochromatic Colors of #3D462A
Black with #3D462A
Text Example
Text Example
White with #3D462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D462A; }
p { color: rgb(61,70,42); }
H1.HeaderClassName
{
color: #3D462A;
}
.AnyTagClassName
{
color: #3D462A;
}
</style>
background-color css
<style>
a { background-color: #3D462A; }
a { background-color: rgb(61,70,42); }
div.DivClassName
{
background-color: #3D462A;
}
.BgClassName
{
background-color: #3D462A;
}
</style>
border-color css
<style>
span { border-color: #3D462A; }
span { border-color: rgb(61,70,42); }
td.TdClassName
{
border-color: #3D462A;
}
.TagClassName
{
border-color: #3D462A;
}
</style>