#3C4629

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

Shades of Log Cabin #3C4629

Tints of Log Cabin #3C4629

Color information

#3C4629 (or 0x3C4629) is unknown color: approx Log Cabin. HEX triplet: 3C, 46 and 29. RGB value is (60,70,41). Sum of RGB (Red+Green+Blue) = 60+70+41=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4629 is #C3B9D6. Grayscale: #3F3F3F. Windows color (decimal): -12827095 or 2704956. OLE color: 2704956.

HSL color Cylindrical-coordinate representation of color #3C4629: hue angle of 80.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C4629 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB607041-
CMYK0.1400.410.73
HSL80.69º26.13%21.76%-
HSV(B)80.69º41.43%27.45%-
XYZ4.455.52.92-
YUV63.7115.19125.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=35.09%
G=40.94%
B=23.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070410.1400.410.7380.6926.1321.76
Hex3C4629E02949511a16
Octal7410651160511111213226
Binary111100100011010100111100101001100100110100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4629; }

 p { color: rgb(60,70,41); }

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

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

 a { background-color: rgb(60,70,41); }

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

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

 span { border-color: rgb(60,70,41); }

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