#3B422C

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

Shades of Log Cabin #3B422C

Tints of Log Cabin #3B422C

Color information

#3B422C (or 0x3B422C) is unknown color: approx Log Cabin. HEX triplet: 3B, 42 and 2C. RGB value is (59,66,44). Sum of RGB (Red+Green+Blue) = 59+66+44=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422C is #C4BDD3. Grayscale: #3D3D3D. Windows color (decimal): -12893652 or 2900539. OLE color: 2900539.

HSL color Cylindrical-coordinate representation of color #3B422C: hue angle of 79.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B422C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB596644-
CMYK0.1100.330.74
HSL79.09º20%21.57%-
HSV(B)79.09º33.33%25.88%-
XYZ4.215.013.13-
YUV61.4118.18126.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=34.91%
G=39.05%
B=26.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966440.1100.330.7479.092021.57
Hex3B422CB0214A4f1416
Octal7310254130411121172426
Binary111011100001010110010110100001100101010011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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