#3C442E

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

Shades of Log Cabin #3C442E

Tints of Log Cabin #3C442E

Color information

#3C442E (or 0x3C442E) is unknown color: approx Log Cabin. HEX triplet: 3C, 44 and 2E. RGB value is (60,68,46). Sum of RGB (Red+Green+Blue) = 60+68+46=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #3C442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C442E is #C3BBD1. Grayscale: #3F3F3F. Windows color (decimal): -12827602 or 3032124. OLE color: 3032124.

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

Color convert

RGB606846-
CMYK0.1200.320.73
HSL81.82º19.3%22.35%-
HSV(B)81.82º32.35%26.67%-
XYZ4.425.293.37-
YUV63.1118.35125.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=34.48%
G=39.08%
B=26.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068460.1200.320.7381.8219.322.35
Hex3C442EC02049521316
Octal7410456140401111222326
Binary111100100010010111011000100000100100110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,46); }

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

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

 a { background-color: rgb(60,68,46); }

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

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

 span { border-color: rgb(60,68,46); }

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