#3C412F

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

Shades of Log Cabin #3C412F

Tints of Log Cabin #3C412F

Color information

#3C412F (or 0x3C412F) is unknown color: approx Log Cabin. HEX triplet: 3C, 41 and 2F. RGB value is (60,65,47). Sum of RGB (Red+Green+Blue) = 60+65+47=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #3C412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C412F is #C3BED0. Grayscale: #3D3D3D. Windows color (decimal): -12828369 or 3096892. OLE color: 3096892.

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

Color convert

RGB606547-
CMYK0.0800.280.75
HSL76.67º16.07%21.96%-
HSV(B)76.67º27.69%25.49%-
XYZ4.274.953.42-
YUV61.45119.84126.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=34.88%
G=37.79%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065470.0800.280.7576.6716.0721.96
Hex3C412F801C4B4d1016
Octal7410157100341131152026
Binary11110010000011011111000011100100101110011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,47); }

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

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

 a { background-color: rgb(60,65,47); }

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

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

 span { border-color: rgb(60,65,47); }

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