#3A412E

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

Shades of Log Cabin #3A412E

Tints of Log Cabin #3A412E

Color information

#3A412E (or 0x3A412E) is unknown color: approx Log Cabin. HEX triplet: 3A, 41 and 2E. RGB value is (58,65,46). Sum of RGB (Red+Green+Blue) = 58+65+46=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412E is #C5BED1. Grayscale: #3C3C3C. Windows color (decimal): -12959442 or 3031354. OLE color: 3031354.

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

Color convert

RGB586546-
CMYK0.1100.290.75
HSL82.11º17.12%21.76%-
HSV(B)82.11º29.23%25.49%-
XYZ4.134.883.31-
YUV60.74119.68126.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=34.32%
G=38.46%
B=27.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865460.1100.290.7582.1117.1221.76
Hex3A412EB01D4B521116
Octal7210156130351131222126
Binary11101010000011011101011011101100101110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,46); }

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

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

 a { background-color: rgb(58,65,46); }

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

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

 span { border-color: rgb(58,65,46); }

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