Shades of Log Cabin #3D452B
Tints of Log Cabin #3D452B
RGB
CMYK
RGB Variations
Color information
#3D452B (or 0x3D452B) is known color: Log Cabin. HEX triplet: 3D, 45 and 2B. RGB value is (61,69,43). Sum of RGB (Red+Green+Blue) = 61+69+43=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #3D452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D452B is #C2BAD4. Grayscale: #3F3F3F. Windows color (decimal): -12761813 or 2835773. OLE color: 2835773.
HSL color Cylindrical-coordinate representation of color #3D452B: hue angle of 78.46º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D452B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 43 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.73 |
| HSL | 78.46º | 0.23% | 0.22% | - |
| HSV(B) | 78.46º | 0.38% | 0.27% | - |
| XYZ | 4.49 | 5.42 | 3.1 | - |
| YUV | 63.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 43 | 0.12 | 0 | 0.38 | 0.73 | 78.46 | 0.23 | 0.22 |
| Hex | 3D | 45 | 2B | C | 0 | 26 | 49 | 4E | 17 | 16 |
| Octal | 75 | 105 | 53 | 14 | 0 | 46 | 111 | 116 | 27 | 26 |
| Binary | 111101 | 1000101 | 101011 | 1100 | 0 | 100110 | 1001001 | 1001110 | 10111 | 10110 |
Color Harmonies of #3D452B
Complementary color
Monochromatic Colors of #3D452B
Black with #3D452B
Text Example
Text Example
White with #3D452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D452B; }
p { color: rgb(61,69,43); }
H1.HeaderClassName
{
color: #3D452B;
}
.AnyTagClassName
{
color: #3D452B;
}
</style>
background-color css
<style>
a { background-color: #3D452B; }
a { background-color: rgb(61,69,43); }
div.DivClassName
{
background-color: #3D452B;
}
.BgClassName
{
background-color: #3D452B;
}
</style>
border-color css
<style>
span { border-color: #3D452B; }
span { border-color: rgb(61,69,43); }
td.TdClassName
{
border-color: #3D452B;
}
.TagClassName
{
border-color: #3D452B;
}
</style>