Shades of Log Cabin #3B402D
Tints of Log Cabin #3B402D
RGB
CMYK
RGB Variations
Color information
#3B402D (or 0x3B402D) is known color: Log Cabin. HEX triplet: 3B, 40 and 2D. RGB value is (59,64,45). Sum of RGB (Red+Green+Blue) = 59+64+45=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402D is #C4BFD2. Grayscale: #3C3C3C. Windows color (decimal): -12894163 or 2965563. OLE color: 2965563.
HSL color Cylindrical-coordinate representation of color #3B402D: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B402D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 45 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.75 |
| HSL | 75.79º | 0.17% | 0.21% | - |
| HSV(B) | 75.79º | 0.3% | 0.25% | - |
| XYZ | 4.11 | 4.79 | 3.19 | - |
| YUV | 60.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 45 | 0.08 | 0 | 0.30 | 0.75 | 75.79 | 0.17 | 0.21 |
| Hex | 3B | 40 | 2D | 8 | 0 | 1E | 4B | 4C | 11 | 15 |
| Octal | 73 | 100 | 55 | 10 | 0 | 36 | 113 | 114 | 21 | 25 |
| Binary | 111011 | 1000000 | 101101 | 1000 | 0 | 11110 | 1001011 | 1001100 | 10001 | 10101 |
Color Harmonies of #3B402D
Complementary color
Monochromatic Colors of #3B402D
Black with #3B402D
Text Example
Text Example
White with #3B402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B402D; }
p { color: rgb(59,64,45); }
H1.HeaderClassName
{
color: #3B402D;
}
.AnyTagClassName
{
color: #3B402D;
}
</style>
background-color css
<style>
a { background-color: #3B402D; }
a { background-color: rgb(59,64,45); }
div.DivClassName
{
background-color: #3B402D;
}
.BgClassName
{
background-color: #3B402D;
}
</style>
border-color css
<style>
span { border-color: #3B402D; }
span { border-color: rgb(59,64,45); }
td.TdClassName
{
border-color: #3B402D;
}
.TagClassName
{
border-color: #3B402D;
}
</style>