#3B422B

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

Shades of Log Cabin #3B422B

Tints of Log Cabin #3B422B

Color information

#3B422B (or 0x3B422B) is unknown color: approx Log Cabin. HEX triplet: 3B, 42 and 2B. RGB value is (59,66,43). Sum of RGB (Red+Green+Blue) = 59+66+43=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422B is #C4BDD4. Grayscale: #3D3D3D. Windows color (decimal): -12893653 or 2835003. OLE color: 2835003.

HSL color Cylindrical-coordinate representation of color #3B422B: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B422B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB596643-
CMYK0.1100.350.74
HSL78.26º21.1%21.37%-
HSV(B)78.26º34.85%25.88%-
XYZ4.1953.03-
YUV61.28117.68126.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=35.12%
G=39.29%
B=25.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966430.1100.350.7478.2621.121.37
Hex3B422BB0234A4e1515
Octal7310253130431121162525
Binary111011100001010101110110100011100101010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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