#3B4033

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

Shades of Log Cabin #3B4033

Tints of Log Cabin #3B4033

Color information

#3B4033 (or 0x3B4033) is unknown color: approx Log Cabin. HEX triplet: 3B, 40 and 33. RGB value is (59,64,51). Sum of RGB (Red+Green+Blue) = 59+64+51=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4033 is #C4BFCC. Grayscale: #3D3D3D. Windows color (decimal): -12894157 or 3358779. OLE color: 3358779.

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

Color convert

RGB596451-
CMYK0.0800.200.75
HSL83.08º11.3%22.55%-
HSV(B)83.08º20.31%25.1%-
XYZ4.234.843.84-
YUV61.02122.34126.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=33.91%
G=36.78%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964510.0800.200.7583.0811.322.55
Hex3B403380144B53b17
Octal7310063100241131231327
Binary1110111000000110011100001010010010111010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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