#3C4032

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

Shades of Log Cabin #3C4032

Tints of Log Cabin #3C4032

Color information

#3C4032 (or 0x3C4032) is unknown color: approx Log Cabin. HEX triplet: 3C, 40 and 32. RGB value is (60,64,50). Sum of RGB (Red+Green+Blue) = 60+64+50=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4032 is #C3BFCD. Grayscale: #3D3D3D. Windows color (decimal): -12828622 or 3293244. OLE color: 3293244.

HSL color Cylindrical-coordinate representation of color #3C4032: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C4032 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB606450-
CMYK0.0600.220.75
HSL77.14º12.28%22.35%-
HSV(B)77.14º21.88%25.1%-
XYZ4.274.863.73-
YUV61.21121.67127.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=34.48%
G=36.78%
B=28.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064500.0600.220.7577.1412.2822.35
Hex3C403260164B4dc16
Octal741006260261131151426
Binary111100100000011001011001011010010111001101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,50); }

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

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

 a { background-color: rgb(60,64,50); }

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

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

 span { border-color: rgb(60,64,50); }

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