#3D462D

Color #3D462D Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #3D462D

Tints of Log Cabin #3D462D

Color information

#3D462D (or 0x3D462D) is unknown color: approx Log Cabin. HEX triplet: 3D, 46 and 2D. RGB value is (61,70,45). Sum of RGB (Red+Green+Blue) = 61+70+45=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #3D462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D462D is #C2B9D2. Grayscale: #404040. Windows color (decimal): -12761555 or 2967101. OLE color: 2967101.

HSL color Cylindrical-coordinate representation of color #3D462D: hue angle of 81.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D462D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB617045-
CMYK0.1300.360.73
HSL81.6º21.74%22.55%-
HSV(B)81.6º35.71%27.45%-
XYZ4.595.563.31-
YUV64.46117.02125.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=34.66%
G=39.77%
B=25.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170450.1300.360.7381.621.7422.55
Hex3D462DD02449521617
Octal7510655150441111222627
Binary111101100011010110111010100100100100110100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D462D; }

 p { color: rgb(61,70,45); }

 H1.HeaderClassName
 {
   color: #3D462D;
 }
 .AnyTagClassName
 {
   color: #3D462D;
 }
</style>
background-color css

<style>
 a { background-color: #3D462D; }

 a { background-color: rgb(61,70,45); }

 div.DivClassName
 {
   background-color: #3D462D;
 }
 .BgClassName
 {
   background-color: #3D462D;
 }
</style>
border-color css

<style>
 span { border-color: #3D462D; }

 span { border-color: rgb(61,70,45); }

 td.TdClassName
 {
   border-color: #3D462D;
 }
 .TagClassName
 {
   border-color: #3D462D;
 }
</style>