Shades of Log Cabin #414834
Tints of Log Cabin #414834
RGB
CMYK
RGB Variations
Color information
#414834 (or 0x414834) is known color: Log Cabin. HEX triplet: 41, 48 and 34. RGB value is (65,72,52). Sum of RGB (Red+Green+Blue) = 65+72+52=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #414834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414834 is #BEB7CB. Grayscale: #434343. Windows color (decimal): -12498892 or 3426369. OLE color: 3426369.
HSL color Cylindrical-coordinate representation of color #414834: hue angle of 81º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #414834 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 52 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.72 |
| HSL | 81º | 0.16% | 0.24% | - |
| HSV(B) | 81º | 0.28% | 0.28% | - |
| XYZ | 5.12 | 6.01 | 4.14 | - |
| YUV | 67.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 52 | 0.10 | 0 | 0.28 | 0.72 | 81 | 0.16 | 0.24 |
| Hex | 41 | 48 | 34 | A | 0 | 1C | 48 | 51 | 10 | 18 |
| Octal | 101 | 110 | 64 | 12 | 0 | 34 | 110 | 121 | 20 | 30 |
| Binary | 1000001 | 1001000 | 110100 | 1010 | 0 | 11100 | 1001000 | 1010001 | 10000 | 11000 |
Color Harmonies of #414834
Complementary color
Monochromatic Colors of #414834
Black with #414834
Text Example
Text Example
White with #414834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414834; }
p { color: rgb(65,72,52); }
H1.HeaderClassName
{
color: #414834;
}
.AnyTagClassName
{
color: #414834;
}
</style>
background-color css
<style>
a { background-color: #414834; }
a { background-color: rgb(65,72,52); }
div.DivClassName
{
background-color: #414834;
}
.BgClassName
{
background-color: #414834;
}
</style>
border-color css
<style>
span { border-color: #414834; }
span { border-color: rgb(65,72,52); }
td.TdClassName
{
border-color: #414834;
}
.TagClassName
{
border-color: #414834;
}
</style>