#343631

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

Shades of Log Cabin #343631

Tints of Log Cabin #343631

Color information

#343631 (or 0x343631) is unknown color: approx Log Cabin. HEX triplet: 34, 36 and 31. RGB value is (52,54,49). Sum of RGB (Red+Green+Blue) = 52+54+49=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 54 - color contains mainly: green. Hex color #343631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343631 is #CBC9CE. Grayscale: #343434. Windows color (decimal): -13355471 or 3225140. OLE color: 3225140.

HSL color Cylindrical-coordinate representation of color #343631: hue angle of 84º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #343631 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB525449-
CMYK0.0400.090.79
HSL84º4.85%20.2%-
HSV(B)84º9.26%21.18%-
XYZ3.293.593.43-
YUV52.83125.84127.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=33.55%
G=34.84%
B=31.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254490.0400.090.79844.8520.2
Hex3436314094F54514
Octal6466614011117124524
Binary110100110110110001100010011001111101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343631; }

 p { color: rgb(52,54,49); }

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

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

 a { background-color: rgb(52,54,49); }

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

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

 span { border-color: rgb(52,54,49); }

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