#3B432D

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

Shades of Log Cabin #3B432D

Tints of Log Cabin #3B432D

Color information

#3B432D (or 0x3B432D) is unknown color: approx Log Cabin. HEX triplet: 3B, 43 and 2D. RGB value is (59,67,45). Sum of RGB (Red+Green+Blue) = 59+67+45=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #3B432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B432D is #C4BCD2. Grayscale: #3E3E3E. Windows color (decimal): -12893395 or 2966331. OLE color: 2966331.

HSL color Cylindrical-coordinate representation of color #3B432D: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B432D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB596745-
CMYK0.1200.330.74
HSL81.82º19.64%21.96%-
HSV(B)81.82º32.84%26.27%-
XYZ4.285.133.25-
YUV62.1118.35125.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=34.50%
G=39.18%
B=26.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5967450.1200.330.7481.8219.6421.96
Hex3B432DC0214A521416
Octal7310355140411121222426
Binary111011100001110110111000100001100101010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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