Shades of Log Cabin #3D472A
Tints of Log Cabin #3D472A
RGB
CMYK
RGB Variations
Color information
#3D472A (or 0x3D472A) is known color: Log Cabin. HEX triplet: 3D, 47 and 2A. RGB value is (61,71,42). Sum of RGB (Red+Green+Blue) = 61+71+42=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #3D472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D472A is #C2B8D5. Grayscale: #404040. Windows color (decimal): -12761302 or 2770749. OLE color: 2770749.
HSL color Cylindrical-coordinate representation of color #3D472A: hue angle of 80.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D472A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 42 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.72 |
| HSL | 80.69º | 0.26% | 0.22% | - |
| HSV(B) | 80.69º | 0.41% | 0.28% | - |
| XYZ | 4.6 | 5.67 | 3.04 | - |
| YUV | 64.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 42 | 0.14 | 0 | 0.41 | 0.72 | 80.69 | 0.26 | 0.22 |
| Hex | 3D | 47 | 2A | E | 0 | 29 | 48 | 51 | 1A | 16 |
| Octal | 75 | 107 | 52 | 16 | 0 | 51 | 110 | 121 | 32 | 26 |
| Binary | 111101 | 1000111 | 101010 | 1110 | 0 | 101001 | 1001000 | 1010001 | 11010 | 10110 |
Color Harmonies of #3D472A
Complementary color
Monochromatic Colors of #3D472A
Black with #3D472A
Text Example
Text Example
White with #3D472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D472A; }
p { color: rgb(61,71,42); }
H1.HeaderClassName
{
color: #3D472A;
}
.AnyTagClassName
{
color: #3D472A;
}
</style>
background-color css
<style>
a { background-color: #3D472A; }
a { background-color: rgb(61,71,42); }
div.DivClassName
{
background-color: #3D472A;
}
.BgClassName
{
background-color: #3D472A;
}
</style>
border-color css
<style>
span { border-color: #3D472A; }
span { border-color: rgb(61,71,42); }
td.TdClassName
{
border-color: #3D472A;
}
.TagClassName
{
border-color: #3D472A;
}
</style>