Shades of Log Cabin #3D4431
Tints of Log Cabin #3D4431
RGB
CMYK
RGB Variations
Color information
#3D4431 (or 0x3D4431) is known color: Log Cabin. HEX triplet: 3D, 44 and 31. RGB value is (61,68,49). Sum of RGB (Red+Green+Blue) = 61+68+49=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4431 is #C2BBCE. Grayscale: #3F3F3F. Windows color (decimal): -12762063 or 3228733. OLE color: 3228733.
HSL color Cylindrical-coordinate representation of color #3D4431: hue angle of 82.11º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4431 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 68 | 49 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.73 |
| HSL | 82.11º | 0.16% | 0.23% | - |
| HSV(B) | 82.11º | 0.28% | 0.27% | - |
| XYZ | 4.55 | 5.35 | 3.7 | - |
| YUV | 63.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 49 | 0.10 | 0 | 0.28 | 0.73 | 82.11 | 0.16 | 0.23 |
| Hex | 3D | 44 | 31 | A | 0 | 1C | 49 | 52 | 10 | 17 |
| Octal | 75 | 104 | 61 | 12 | 0 | 34 | 111 | 122 | 20 | 27 |
| Binary | 111101 | 1000100 | 110001 | 1010 | 0 | 11100 | 1001001 | 1010010 | 10000 | 10111 |
Color Harmonies of #3D4431
Complementary color
Monochromatic Colors of #3D4431
Black with #3D4431
Text Example
Text Example
White with #3D4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4431; }
p { color: rgb(61,68,49); }
H1.HeaderClassName
{
color: #3D4431;
}
.AnyTagClassName
{
color: #3D4431;
}
</style>
background-color css
<style>
a { background-color: #3D4431; }
a { background-color: rgb(61,68,49); }
div.DivClassName
{
background-color: #3D4431;
}
.BgClassName
{
background-color: #3D4431;
}
</style>
border-color css
<style>
span { border-color: #3D4431; }
span { border-color: rgb(61,68,49); }
td.TdClassName
{
border-color: #3D4431;
}
.TagClassName
{
border-color: #3D4431;
}
</style>