#3E452E

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

Shades of Log Cabin #3E452E

Tints of Log Cabin #3E452E

Color information

#3E452E (or 0x3E452E) is unknown color: approx Log Cabin. HEX triplet: 3E, 45 and 2E. RGB value is (62,69,46). Sum of RGB (Red+Green+Blue) = 62+69+46=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #3E452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E452E is #C1BAD1. Grayscale: #404040. Windows color (decimal): -12696274 or 3032382. OLE color: 3032382.

HSL color Cylindrical-coordinate representation of color #3E452E: hue angle of 78.26º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E452E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB626946-
CMYK0.1000.330.73
HSL78.26º20%22.55%-
HSV(B)78.26º33.33%27.06%-
XYZ4.615.483.4-
YUV64.28117.68126.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=35.03%
G=38.98%
B=25.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6269460.1000.330.7378.262022.55
Hex3E452EA021494e1417
Octal7610556120411111162427
Binary111110100010110111010100100001100100110011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,69,46); }

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

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

 a { background-color: rgb(62,69,46); }

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

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

 span { border-color: rgb(62,69,46); }

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