Shades of Log Cabin #3A3D36
Tints of Log Cabin #3A3D36
RGB
CMYK
RGB Variations
Color information
#3A3D36 (or 0x3A3D36) is known color: Log Cabin. HEX triplet: 3A, 3D and 36. RGB value is (58,61,54). Sum of RGB (Red+Green+Blue) = 58+61+54=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D36 is #C5C2C9. Grayscale: #3B3B3B. Windows color (decimal): -12960458 or 3554618. OLE color: 3554618.
HSL color Cylindrical-coordinate representation of color #3A3D36: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3A3D36 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 54 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.76 |
| HSL | 85.71º | 0.06% | 0.23% | - |
| HSV(B) | 85.71º | 0.11% | 0.24% | - |
| XYZ | 4.08 | 4.5 | 4.14 | - |
| YUV | 59.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 54 | 0.05 | 0 | 0.11 | 0.76 | 85.71 | 0.06 | 0.23 |
| Hex | 3A | 3D | 36 | 5 | 0 | B | 4C | 56 | 6 | 17 |
| Octal | 72 | 75 | 66 | 5 | 0 | 13 | 114 | 126 | 6 | 27 |
| Binary | 111010 | 111101 | 110110 | 101 | 0 | 1011 | 1001100 | 1010110 | 110 | 10111 |
Color Harmonies of #3A3D36
Complementary color
Monochromatic Colors of #3A3D36
Black with #3A3D36
Text Example
Text Example
White with #3A3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D36; }
p { color: rgb(58,61,54); }
H1.HeaderClassName
{
color: #3A3D36;
}
.AnyTagClassName
{
color: #3A3D36;
}
</style>
background-color css
<style>
a { background-color: #3A3D36; }
a { background-color: rgb(58,61,54); }
div.DivClassName
{
background-color: #3A3D36;
}
.BgClassName
{
background-color: #3A3D36;
}
</style>
border-color css
<style>
span { border-color: #3A3D36; }
span { border-color: rgb(58,61,54); }
td.TdClassName
{
border-color: #3A3D36;
}
.TagClassName
{
border-color: #3A3D36;
}
</style>