#3A412A

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

Shades of Log Cabin #3A412A

Tints of Log Cabin #3A412A

Color information

#3A412A (or 0x3A412A) is unknown color: approx Log Cabin. HEX triplet: 3A, 41 and 2A. RGB value is (58,65,42). Sum of RGB (Red+Green+Blue) = 58+65+42=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #3A412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A412A is #C5BED5. Grayscale: #3C3C3C. Windows color (decimal): -12959446 or 2769210. OLE color: 2769210.

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

Color convert

RGB586542-
CMYK0.1100.350.75
HSL78.26º21.5%20.98%-
HSV(B)78.26º35.38%25.49%-
XYZ4.054.852.91-
YUV60.28117.68126.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=35.15%
G=39.39%
B=25.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865420.1100.350.7578.2621.520.98
Hex3A412AB0234B4e1515
Octal7210152130431131162525
Binary111010100000110101010110100011100101110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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