Shades of Log Cabin #414735
Tints of Log Cabin #414735
RGB
CMYK
RGB Variations
Color information
#414735 (or 0x414735) is known color: Log Cabin. HEX triplet: 41, 47 and 35. RGB value is (65,71,53). Sum of RGB (Red+Green+Blue) = 65+71+53=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #414735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414735 is #BEB8CA. Grayscale: #434343. Windows color (decimal): -12499147 or 3491649. OLE color: 3491649.
HSL color Cylindrical-coordinate representation of color #414735: hue angle of 80º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414735 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 71 | 53 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.72 |
| HSL | 80º | 0.15% | 0.24% | - |
| HSV(B) | 80º | 0.25% | 0.28% | - |
| XYZ | 5.08 | 5.89 | 4.24 | - |
| YUV | 67.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 53 | 0.08 | 0 | 0.25 | 0.72 | 80 | 0.15 | 0.24 |
| Hex | 41 | 47 | 35 | 8 | 0 | 19 | 48 | 50 | F | 18 |
| Octal | 101 | 107 | 65 | 10 | 0 | 31 | 110 | 120 | 17 | 30 |
| Binary | 1000001 | 1000111 | 110101 | 1000 | 0 | 11001 | 1001000 | 1010000 | 1111 | 11000 |
Color Harmonies of #414735
Complementary color
Monochromatic Colors of #414735
Black with #414735
Text Example
Text Example
White with #414735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414735; }
p { color: rgb(65,71,53); }
H1.HeaderClassName
{
color: #414735;
}
.AnyTagClassName
{
color: #414735;
}
</style>
background-color css
<style>
a { background-color: #414735; }
a { background-color: rgb(65,71,53); }
div.DivClassName
{
background-color: #414735;
}
.BgClassName
{
background-color: #414735;
}
</style>
border-color css
<style>
span { border-color: #414735; }
span { border-color: rgb(65,71,53); }
td.TdClassName
{
border-color: #414735;
}
.TagClassName
{
border-color: #414735;
}
</style>