#3B442B

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

Shades of Log Cabin #3B442B

Tints of Log Cabin #3B442B

Color information

#3B442B (or 0x3B442B) is unknown color: approx Log Cabin. HEX triplet: 3B, 44 and 2B. RGB value is (59,68,43). Sum of RGB (Red+Green+Blue) = 59+68+43=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #3B442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B442B is #C4BBD4. Grayscale: #3E3E3E. Windows color (decimal): -12893141 or 2835515. OLE color: 2835515.

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

Color convert

RGB596843-
CMYK0.1300.370.73
HSL81.6º22.52%21.76%-
HSV(B)81.6º36.76%26.67%-
XYZ4.315.243.07-
YUV62.46117.02125.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=34.71%
G=40%
B=25.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968430.1300.370.7381.622.5221.76
Hex3B442BD02549521716
Octal7310453150451111222726
Binary111011100010010101111010100101100100110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,43); }

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

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

 a { background-color: rgb(59,68,43); }

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

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

 span { border-color: rgb(59,68,43); }

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