#34382A

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

Shades of Log Cabin #34382A

Tints of Log Cabin #34382A

Color information

#34382A (or 0x34382A) is unknown color: approx Log Cabin. HEX triplet: 34, 38 and 2A. RGB value is (52,56,42). Sum of RGB (Red+Green+Blue) = 52+56+42=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 56 - color contains mainly: green. Hex color #34382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34382A is #CBC7D5. Grayscale: #353535. Windows color (decimal): -13354966 or 2766900. OLE color: 2766900.

HSL color Cylindrical-coordinate representation of color #34382A: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #34382A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB525642-
CMYK0.0700.250.78
HSL77.14º14.29%19.22%-
HSV(B)77.14º25%21.96%-
XYZ3.253.732.74-
YUV53.21121.67127.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=34.67%
G=37.33%
B=28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256420.0700.250.7877.1414.2919.22
Hex34382A70194E4de13
Octal64705270311161151623
Binary11010011100010101011101100110011101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34382A; }

 p { color: rgb(52,56,42); }

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

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

 a { background-color: rgb(52,56,42); }

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

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

 span { border-color: rgb(52,56,42); }

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