#3B3F34

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

Shades of Log Cabin #3B3F34

Tints of Log Cabin #3B3F34

Color information

#3B3F34 (or 0x3B3F34) is unknown color: approx Log Cabin. HEX triplet: 3B, 3F and 34. RGB value is (59,63,52). Sum of RGB (Red+Green+Blue) = 59+63+52=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F34 is #C4C0CB. Grayscale: #3C3C3C. Windows color (decimal): -12894412 or 3424059. OLE color: 3424059.

HSL color Cylindrical-coordinate representation of color #3B3F34: hue angle of 81.82º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3F34 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB596352-
CMYK0.0600.170.75
HSL81.82º9.57%22.55%-
HSV(B)81.82º17.46%24.71%-
XYZ4.24.733.94-
YUV60.55123.17126.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=33.91%
G=36.21%
B=29.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963520.0600.170.7581.829.5722.55
Hex3B3F3460114B52a17
Octal73776460211131221227
Binary11101111111111010011001000110010111010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,52); }

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

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

 a { background-color: rgb(59,63,52); }

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

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

 span { border-color: rgb(59,63,52); }

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