#3B4032

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

Shades of Log Cabin #3B4032

Tints of Log Cabin #3B4032

Color information

#3B4032 (or 0x3B4032) is unknown color: approx Log Cabin. HEX triplet: 3B, 40 and 32. RGB value is (59,64,50). Sum of RGB (Red+Green+Blue) = 59+64+50=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4032 is #C4BFCD. Grayscale: #3C3C3C. Windows color (decimal): -12894158 or 3293243. OLE color: 3293243.

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

Color convert

RGB596450-
CMYK0.0800.220.75
HSL81.43º12.28%22.35%-
HSV(B)81.43º21.88%25.1%-
XYZ4.214.833.73-
YUV60.91121.84126.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=34.10%
G=36.99%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964500.0800.220.7581.4312.2822.35
Hex3B403280164B51c16
Octal7310062100261131211426
Binary1110111000000110010100001011010010111010001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,50); }

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

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

 a { background-color: rgb(59,64,50); }

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

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

 span { border-color: rgb(59,64,50); }

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