#3D462B

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

Shades of Log Cabin #3D462B

Tints of Log Cabin #3D462B

Color information

#3D462B (or 0x3D462B) is unknown color: approx Log Cabin. HEX triplet: 3D, 46 and 2B. RGB value is (61,70,43). Sum of RGB (Red+Green+Blue) = 61+70+43=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #3D462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D462B is #C2B9D4. Grayscale: #404040. Windows color (decimal): -12761557 or 2836029. OLE color: 2836029.

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

Color convert

RGB617043-
CMYK0.1300.390.73
HSL80º23.89%22.16%-
HSV(B)80º38.57%27.45%-
XYZ4.555.553.12-
YUV64.23116.02125.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=35.06%
G=40.23%
B=24.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170430.1300.390.738023.8922.16
Hex3D462BD02749501816
Octal7510653150471111203026
Binary111101100011010101111010100111100100110100001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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