Shades of Log Cabin #3B422B
Tints of Log Cabin #3B422B
RGB
CMYK
RGB Variations
Color information
#3B422B (or 0x3B422B) is known color: Log Cabin. HEX triplet: 3B, 42 and 2B. RGB value is (59,66,43). Sum of RGB (Red+Green+Blue) = 59+66+43=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422B is #C4BDD4. Grayscale: #3D3D3D. Windows color (decimal): -12893653 or 2835003. OLE color: 2835003.
HSL color Cylindrical-coordinate representation of color #3B422B: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B422B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 43 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.74 |
| HSL | 78.26º | 0.21% | 0.21% | - |
| HSV(B) | 78.26º | 0.35% | 0.26% | - |
| XYZ | 4.19 | 5 | 3.03 | - |
| YUV | 61.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 43 | 0.11 | 0 | 0.35 | 0.74 | 78.26 | 0.21 | 0.21 |
| Hex | 3B | 42 | 2B | B | 0 | 23 | 4A | 4E | 15 | 15 |
| Octal | 73 | 102 | 53 | 13 | 0 | 43 | 112 | 116 | 25 | 25 |
| Binary | 111011 | 1000010 | 101011 | 1011 | 0 | 100011 | 1001010 | 1001110 | 10101 | 10101 |
Color Harmonies of #3B422B
Complementary color
Monochromatic Colors of #3B422B
Black with #3B422B
Text Example
Text Example
White with #3B422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B422B; }
p { color: rgb(59,66,43); }
H1.HeaderClassName
{
color: #3B422B;
}
.AnyTagClassName
{
color: #3B422B;
}
</style>
background-color css
<style>
a { background-color: #3B422B; }
a { background-color: rgb(59,66,43); }
div.DivClassName
{
background-color: #3B422B;
}
.BgClassName
{
background-color: #3B422B;
}
</style>
border-color css
<style>
span { border-color: #3B422B; }
span { border-color: rgb(59,66,43); }
td.TdClassName
{
border-color: #3B422B;
}
.TagClassName
{
border-color: #3B422B;
}
</style>