#3B422E

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

Shades of Log Cabin #3B422E

Tints of Log Cabin #3B422E

Color information

#3B422E (or 0x3B422E) is unknown color: approx Log Cabin. HEX triplet: 3B, 42 and 2E. RGB value is (59,66,46). Sum of RGB (Red+Green+Blue) = 59+66+46=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422E is #C4BDD1. Grayscale: #3D3D3D. Windows color (decimal): -12893650 or 3031611. OLE color: 3031611.

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

Color convert

RGB596646-
CMYK0.1100.300.74
HSL81º17.86%21.96%-
HSV(B)81º30.3%25.88%-
XYZ4.245.023.33-
YUV61.63119.18126.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=34.50%
G=38.60%
B=26.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966460.1100.300.748117.8621.96
Hex3B422EB01E4A511216
Octal7310256130361121212226
Binary11101110000101011101011011110100101010100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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