#3B2B20

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

Shades of Bistre #3B2B20

Tints of Bistre #3B2B20

Color information

#3B2B20 (or 0x3B2B20) is unknown color: approx Bistre. HEX triplet: 3B, 2B and 20. RGB value is (59,43,32). Sum of RGB (Red+Green+Blue) = 59+43+32=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B20 is #C4D4DF. Grayscale: #2E2E2E. Windows color (decimal): -12899552 or 2108219. OLE color: 2108219.

HSL color Cylindrical-coordinate representation of color #3B2B20: hue angle of 24.44º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2B20 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB594332-
CMYK00.270.460.77
HSL24.44º29.67%17.84%-
HSV(B)24.44º45.76%23.14%-
XYZ2.932.761.75-
YUV46.53119.8136.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=44.03%
G=32.09%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59433200.270.460.7724.4429.6717.84
Hex3B2B2001B2E4D181e12
Octal73534003356115303622
Binary1110111010111000000110111011101001101110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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