Shades of Log Cabin #3B3E35
Tints of Log Cabin #3B3E35
RGB
CMYK
RGB Variations
Color information
#3B3E35 (or 0x3B3E35) is known color: Log Cabin. HEX triplet: 3B, 3E and 35. RGB value is (59,62,53). Sum of RGB (Red+Green+Blue) = 59+62+53=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E35 is #C4C1CA. Grayscale: #3C3C3C. Windows color (decimal): -12894667 or 3489339. OLE color: 3489339.
HSL color Cylindrical-coordinate representation of color #3B3E35: hue angle of 80º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B3E35 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 62 | 53 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.76 |
| HSL | 80º | 0.08% | 0.23% | - |
| HSV(B) | 80º | 0.15% | 0.24% | - |
| XYZ | 4.17 | 4.63 | 4.04 | - |
| YUV | 60.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 53 | 0.05 | 0 | 0.15 | 0.76 | 80 | 0.08 | 0.23 |
| Hex | 3B | 3E | 35 | 5 | 0 | F | 4C | 50 | 8 | 17 |
| Octal | 73 | 76 | 65 | 5 | 0 | 17 | 114 | 120 | 10 | 27 |
| Binary | 111011 | 111110 | 110101 | 101 | 0 | 1111 | 1001100 | 1010000 | 1000 | 10111 |
Color Harmonies of #3B3E35
Complementary color
Monochromatic Colors of #3B3E35
Black with #3B3E35
Text Example
Text Example
White with #3B3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E35; }
p { color: rgb(59,62,53); }
H1.HeaderClassName
{
color: #3B3E35;
}
.AnyTagClassName
{
color: #3B3E35;
}
</style>
background-color css
<style>
a { background-color: #3B3E35; }
a { background-color: rgb(59,62,53); }
div.DivClassName
{
background-color: #3B3E35;
}
.BgClassName
{
background-color: #3B3E35;
}
</style>
border-color css
<style>
span { border-color: #3B3E35; }
span { border-color: rgb(59,62,53); }
td.TdClassName
{
border-color: #3B3E35;
}
.TagClassName
{
border-color: #3B3E35;
}
</style>