#3B4031

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

Shades of Log Cabin #3B4031

Tints of Log Cabin #3B4031

Color information

#3B4031 (or 0x3B4031) is unknown color: approx Log Cabin. HEX triplet: 3B, 40 and 31. RGB value is (59,64,49). Sum of RGB (Red+Green+Blue) = 59+64+49=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4031 is #C4BFCE. Grayscale: #3C3C3C. Windows color (decimal): -12894159 or 3227707. OLE color: 3227707.

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

Color convert

RGB596449-
CMYK0.0800.230.75
HSL80º13.27%22.16%-
HSV(B)80º23.44%25.1%-
XYZ4.194.823.61-
YUV60.79121.34126.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=34.30%
G=37.21%
B=28.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964490.0800.230.758013.2722.16
Hex3B403180174B50d16
Octal7310061100271131201526
Binary1110111000000110001100001011110010111010000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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