Shades of Log Cabin #3D4133
Tints of Log Cabin #3D4133
RGB
CMYK
RGB Variations
Color information
#3D4133 (or 0x3D4133) is known color: Log Cabin. HEX triplet: 3D, 41 and 33. RGB value is (61,65,51). Sum of RGB (Red+Green+Blue) = 61+65+51=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4133 is #C2BECC. Grayscale: #3E3E3E. Windows color (decimal): -12762829 or 3359037. OLE color: 3359037.
HSL color Cylindrical-coordinate representation of color #3D4133: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D4133 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 51 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.75 |
| HSL | 77.14º | 0.12% | 0.23% | - |
| HSV(B) | 77.14º | 0.22% | 0.25% | - |
| XYZ | 4.41 | 5.01 | 3.87 | - |
| YUV | 62.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 51 | 0.06 | 0 | 0.22 | 0.75 | 77.14 | 0.12 | 0.23 |
| Hex | 3D | 41 | 33 | 6 | 0 | 16 | 4B | 4D | C | 17 |
| Octal | 75 | 101 | 63 | 6 | 0 | 26 | 113 | 115 | 14 | 27 |
| Binary | 111101 | 1000001 | 110011 | 110 | 0 | 10110 | 1001011 | 1001101 | 1100 | 10111 |
Color Harmonies of #3D4133
Complementary color
Monochromatic Colors of #3D4133
Black with #3D4133
Text Example
Text Example
White with #3D4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4133; }
p { color: rgb(61,65,51); }
H1.HeaderClassName
{
color: #3D4133;
}
.AnyTagClassName
{
color: #3D4133;
}
</style>
background-color css
<style>
a { background-color: #3D4133; }
a { background-color: rgb(61,65,51); }
div.DivClassName
{
background-color: #3D4133;
}
.BgClassName
{
background-color: #3D4133;
}
</style>
border-color css
<style>
span { border-color: #3D4133; }
span { border-color: rgb(61,65,51); }
td.TdClassName
{
border-color: #3D4133;
}
.TagClassName
{
border-color: #3D4133;
}
</style>