#3B412D

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

Shades of Log Cabin #3B412D

Tints of Log Cabin #3B412D

Color information

#3B412D (or 0x3B412D) is unknown color: approx Log Cabin. HEX triplet: 3B, 41 and 2D. RGB value is (59,65,45). Sum of RGB (Red+Green+Blue) = 59+65+45=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412D is #C4BED2. Grayscale: #3D3D3D. Windows color (decimal): -12893907 or 2965819. OLE color: 2965819.

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

Color convert

RGB596545-
CMYK0.0900.310.75
HSL78º18.18%21.57%-
HSV(B)78º30.77%25.49%-
XYZ4.174.93.21-
YUV60.93119.01126.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=34.91%
G=38.46%
B=26.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965450.0900.310.757818.1821.57
Hex3B412D901F4B4e1216
Octal7310155110371131162226
Binary11101110000011011011001011111100101110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,45); }

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

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

 a { background-color: rgb(59,65,45); }

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

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

 span { border-color: rgb(59,65,45); }

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