#3B402F

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

Shades of Log Cabin #3B402F

Tints of Log Cabin #3B402F

Color information

#3B402F (or 0x3B402F) is unknown color: approx Log Cabin. HEX triplet: 3B, 40 and 2F. RGB value is (59,64,47). Sum of RGB (Red+Green+Blue) = 59+64+47=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402F is #C4BFD0. Grayscale: #3C3C3C. Windows color (decimal): -12894161 or 3096635. OLE color: 3096635.

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

Color convert

RGB596447-
CMYK0.0800.270.75
HSL77.65º15.32%21.76%-
HSV(B)77.65º26.56%25.1%-
XYZ4.154.83.4-
YUV60.57120.34126.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=34.71%
G=37.65%
B=27.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964470.0800.270.7577.6515.3221.76
Hex3B402F801B4B4ef16
Octal7310057100331131161726
Binary1110111000000101111100001101110010111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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