#3C422E

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

Shades of Log Cabin #3C422E

Tints of Log Cabin #3C422E

Color information

#3C422E (or 0x3C422E) is unknown color: approx Log Cabin. HEX triplet: 3C, 42 and 2E. RGB value is (60,66,46). Sum of RGB (Red+Green+Blue) = 60+66+46=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3C422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C422E is #C3BDD1. Grayscale: #3E3E3E. Windows color (decimal): -12828114 or 3031612. OLE color: 3031612.

HSL color Cylindrical-coordinate representation of color #3C422E: hue angle of 78º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C422E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB606646-
CMYK0.0900.300.74
HSL78º17.86%21.96%-
HSV(B)78º30.3%25.88%-
XYZ4.35.053.33-
YUV61.93119.01126.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=34.88%
G=38.37%
B=26.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066460.0900.300.747817.8621.96
Hex3C422E901E4A4e1216
Octal7410256110361121162226
Binary11110010000101011101001011110100101010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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