Shades of Log Cabin #3D4330
Tints of Log Cabin #3D4330
RGB
CMYK
RGB Variations
Color information
#3D4330 (or 0x3D4330) is known color: Log Cabin. HEX triplet: 3D, 43 and 30. RGB value is (61,67,48). Sum of RGB (Red+Green+Blue) = 61+67+48=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4330 is #C2BCCF. Grayscale: #3F3F3F. Windows color (decimal): -12762320 or 3162941. OLE color: 3162941.
HSL color Cylindrical-coordinate representation of color #3D4330: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4330 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 67 | 48 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.74 |
| HSL | 78.95º | 0.17% | 0.23% | - |
| HSV(B) | 78.95º | 0.28% | 0.26% | - |
| XYZ | 4.47 | 5.22 | 3.57 | - |
| YUV | 63.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 48 | 0.09 | 0 | 0.28 | 0.74 | 78.95 | 0.17 | 0.23 |
| Hex | 3D | 43 | 30 | 9 | 0 | 1C | 4A | 4F | 11 | 17 |
| Octal | 75 | 103 | 60 | 11 | 0 | 34 | 112 | 117 | 21 | 27 |
| Binary | 111101 | 1000011 | 110000 | 1001 | 0 | 11100 | 1001010 | 1001111 | 10001 | 10111 |
Color Harmonies of #3D4330
Complementary color
Monochromatic Colors of #3D4330
Black with #3D4330
Text Example
Text Example
White with #3D4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4330; }
p { color: rgb(61,67,48); }
H1.HeaderClassName
{
color: #3D4330;
}
.AnyTagClassName
{
color: #3D4330;
}
</style>
background-color css
<style>
a { background-color: #3D4330; }
a { background-color: rgb(61,67,48); }
div.DivClassName
{
background-color: #3D4330;
}
.BgClassName
{
background-color: #3D4330;
}
</style>
border-color css
<style>
span { border-color: #3D4330; }
span { border-color: rgb(61,67,48); }
td.TdClassName
{
border-color: #3D4330;
}
.TagClassName
{
border-color: #3D4330;
}
</style>