#3B412C

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

Shades of Log Cabin #3B412C

Tints of Log Cabin #3B412C

Color information

#3B412C (or 0x3B412C) is unknown color: approx Log Cabin. HEX triplet: 3B, 41 and 2C. RGB value is (59,65,44). Sum of RGB (Red+Green+Blue) = 59+65+44=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412C is #C4BED3. Grayscale: #3C3C3C. Windows color (decimal): -12893908 or 2900283. OLE color: 2900283.

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

Color convert

RGB596544-
CMYK0.0900.320.75
HSL77.14º19.27%21.37%-
HSV(B)77.14º32.31%25.49%-
XYZ4.154.893.11-
YUV60.81118.51126.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=35.12%
G=38.69%
B=26.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965440.0900.320.7577.1419.2721.37
Hex3B412C90204B4d1315
Octal7310154110401131152325
Binary111011100000110110010010100000100101110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,44); }

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

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

 a { background-color: rgb(59,65,44); }

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

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

 span { border-color: rgb(59,65,44); }

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