#34392C

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

Shades of Log Cabin #34392C

Tints of Log Cabin #34392C

Color information

#34392C (or 0x34392C) is unknown color: approx Log Cabin. HEX triplet: 34, 39 and 2C. RGB value is (52,57,44). Sum of RGB (Red+Green+Blue) = 52+57+44=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 57 - color contains mainly: green. Hex color #34392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34392C is #CBC6D3. Grayscale: #363636. Windows color (decimal): -13354708 or 2898228. OLE color: 2898228.

HSL color Cylindrical-coordinate representation of color #34392C: hue angle of 83.08º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #34392C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB525744-
CMYK0.0900.230.78
HSL83.08º12.87%19.8%-
HSV(B)83.08º22.81%22.35%-
XYZ3.333.842.95-
YUV54.02122.34126.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=33.99%
G=37.25%
B=28.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257440.0900.230.7883.0812.8719.8
Hex34392C90174E53d14
Octal647154110271161231524
Binary110100111001101100100101011110011101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34392C; }

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

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

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

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

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

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

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

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