#343929

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

Shades of Log Cabin #343929

Tints of Log Cabin #343929

Color information

#343929 (or 0x343929) is unknown color: approx Log Cabin. HEX triplet: 34, 39 and 29. RGB value is (52,57,41). Sum of RGB (Red+Green+Blue) = 52+57+41=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #343929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343929 is #CBC6D6. Grayscale: #353535. Windows color (decimal): -13354711 or 2701620. OLE color: 2701620.

HSL color Cylindrical-coordinate representation of color #343929: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #343929 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB525741-
CMYK0.0900.280.78
HSL78.75º16.33%19.22%-
HSV(B)78.75º28.07%22.35%-
XYZ3.283.822.66-
YUV53.68120.84126.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=34.67%
G=38%
B=27.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257410.0900.280.7878.7516.3319.22
Hex343929901C4E4f1013
Octal647151110341161172023
Binary1101001110011010011001011100100111010011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343929; }

 p { color: rgb(52,57,41); }

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

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

 a { background-color: rgb(52,57,41); }

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

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

 span { border-color: rgb(52,57,41); }

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