#3A2B20

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

Shades of Bistre #3A2B20

Tints of Bistre #3A2B20

Color information

#3A2B20 (or 0x3A2B20) is unknown color: approx Bistre. HEX triplet: 3A, 2B and 20. RGB value is (58,43,32). Sum of RGB (Red+Green+Blue) = 58+43+32=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B20 is #C5D4DF. Grayscale: #2E2E2E. Windows color (decimal): -12965088 or 2108218. OLE color: 2108218.

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

Color convert

RGB584332-
CMYK00.260.450.77
HSL25.38º28.89%17.65%-
HSV(B)25.38º44.83%22.75%-
XYZ2.872.731.74-
YUV46.23119.97136.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=43.61%
G=32.33%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58433200.260.450.7725.3828.8917.65
Hex3A2B2001A2D4D191d12
Octal72534003255115313522
Binary1110101010111000000110101011011001101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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