#3B3F32

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

Shades of Log Cabin #3B3F32

Tints of Log Cabin #3B3F32

Color information

#3B3F32 (or 0x3B3F32) is unknown color: approx Log Cabin. HEX triplet: 3B, 3F and 32. RGB value is (59,63,50). Sum of RGB (Red+Green+Blue) = 59+63+50=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F32 is #C4C0CD. Grayscale: #3C3C3C. Windows color (decimal): -12894414 or 3292987. OLE color: 3292987.

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

Color convert

RGB596350-
CMYK0.0600.210.75
HSL78.46º11.5%22.16%-
HSV(B)78.46º20.63%24.71%-
XYZ4.164.723.71-
YUV60.32122.17127.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=34.30%
G=36.63%
B=29.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963500.0600.210.7578.4611.522.16
Hex3B3F3260154B4ec16
Octal73776260251131161426
Binary11101111111111001011001010110010111001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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