#34382B

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

Shades of Log Cabin #34382B

Tints of Log Cabin #34382B

Color information

#34382B (or 0x34382B) is unknown color: approx Log Cabin. HEX triplet: 34, 38 and 2B. RGB value is (52,56,43). Sum of RGB (Red+Green+Blue) = 52+56+43=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 56 - color contains mainly: green. Hex color #34382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34382B is #CBC7D4. Grayscale: #353535. Windows color (decimal): -13354965 or 2832436. OLE color: 2832436.

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

Color convert

RGB525643-
CMYK0.0700.230.78
HSL78.46º13.13%19.41%-
HSV(B)78.46º23.21%21.96%-
XYZ3.273.732.83-
YUV53.32122.17127.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=34.44%
G=37.09%
B=28.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256430.0700.230.7878.4613.1319.41
Hex34382B70174E4ed13
Octal64705370271161161523
Binary11010011100010101111101011110011101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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