Shades of Log Cabin #3D4332
Tints of Log Cabin #3D4332
RGB
CMYK
RGB Variations
Color information
#3D4332 (or 0x3D4332) is known color: Log Cabin. HEX triplet: 3D, 43 and 32. RGB value is (61,67,50). Sum of RGB (Red+Green+Blue) = 61+67+50=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4332 is #C2BCCD. Grayscale: #3F3F3F. Windows color (decimal): -12762318 or 3294013. OLE color: 3294013.
HSL color Cylindrical-coordinate representation of color #3D4332: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4332 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 67 | 50 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.74 |
| HSL | 81.18º | 0.15% | 0.23% | - |
| HSV(B) | 81.18º | 0.25% | 0.26% | - |
| XYZ | 4.51 | 5.24 | 3.79 | - |
| YUV | 63.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 50 | 0.09 | 0 | 0.25 | 0.74 | 81.18 | 0.15 | 0.23 |
| Hex | 3D | 43 | 32 | 9 | 0 | 19 | 4A | 51 | F | 17 |
| Octal | 75 | 103 | 62 | 11 | 0 | 31 | 112 | 121 | 17 | 27 |
| Binary | 111101 | 1000011 | 110010 | 1001 | 0 | 11001 | 1001010 | 1010001 | 1111 | 10111 |
Color Harmonies of #3D4332
Complementary color
Monochromatic Colors of #3D4332
Black with #3D4332
Text Example
Text Example
White with #3D4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4332; }
p { color: rgb(61,67,50); }
H1.HeaderClassName
{
color: #3D4332;
}
.AnyTagClassName
{
color: #3D4332;
}
</style>
background-color css
<style>
a { background-color: #3D4332; }
a { background-color: rgb(61,67,50); }
div.DivClassName
{
background-color: #3D4332;
}
.BgClassName
{
background-color: #3D4332;
}
</style>
border-color css
<style>
span { border-color: #3D4332; }
span { border-color: rgb(61,67,50); }
td.TdClassName
{
border-color: #3D4332;
}
.TagClassName
{
border-color: #3D4332;
}
</style>